• Resolved CAP

    (@courtp)


    Hi, We are trying to remove the main navigation header from all events pages. We tried the following code with no luck:

    /* Hide .main-header on Event Pages */
    .tribe_events-template-default .main-header {
    display:none !important;
    }

    — NEVERMIND, WE RESOLVED THIS WITH

    /* Hide .main-header on Event Pages */
    .single-tribe_events #et-top-navigation {
    display:none !important;
    }

    Thank you!

    • This topic was modified 4 years, 6 months ago by CAP.
    • This topic was modified 4 years, 6 months ago by CAP.
Viewing 1 replies (of 1 total)
  • Hi, I have the same problem, but I can’t even find

    .single-tribe_events #et-top-navigation {
    display:none !important;
    }

    It’s not in views-skeleton.min.js.

    To be precise, I am trying to remove the big bar that has a dropdown labelled Today, with nav. arrows, and at the far right, a little calendar icon. I don’t need any of that stuff. In Chrome’s element inspector it’s *header.tribe-events-header* and everything in there.

    Thanks for any advice!

Viewing 1 replies (of 1 total)

The topic ‘Remove Main Navigation Header from All Events’ is closed to new replies.