Remove Main Navigation Header from All Events
-
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!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Remove Main Navigation Header from All Events’ is closed to new replies.