Reference TEC page using CSS

Home Forums Calendar Products Events Calendar PRO Reference TEC page using CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1138468
    Astrid Garcia
    Participant

    I need to hide the logo from some pages on my WP site. It’s easy with regular php pages because I can use the page ID. But how can I hide the logo from showing up on the events page using TEC? This is the general CSS code that I use for WP pages:

    .page-id-1863 .fusion-logo{display: none !important;

    So how can I hide the logo from my events calendar using CSS? Thanks! The url in question is: http://covalime3.com/thirdstreetsouth.com/events/

    #1138536
    Geoff B.
    Member

    Good evening Astrid and welcome back!

    Thank you for reaching out to us.

    I would love to help you with this topic.

    I believe the following CSS rules will achieve just that:

    .post-type-archive-tribe_events .fusion-logo, .single-tribe_events .fusion-logo {display: none !important;}

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1138631
    Astrid Garcia
    Participant

    Yes, thank you! That did the trick!

    Astrid

    #1138967
    Geoff B.
    Member

    Good evening Astrid,

    I’m super stocked that this was helpful to you.

    You are welcome back on our support forums any time đŸ™‚

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reference TEC page using CSS’ is closed to new replies.