Remove Menu & Heading from Single Page
I currently have my main menu enabled on BE Theme Options. I would like to keep the menu and the social media buttons on at [Links visible only for registered users] but i would like to disable them from appearing from my event page: [Links visible only for registered users].
Is there some HTML or custom css I can include on the prohibition page to remove the menu banner/search/"schedule a meeting" phone, email, and social media buttons?
Thank you,
Sam
Comments
so basically you want to remove whole header section from www.hotsaucebangkok.com/index.php/prohibition right?
Thank you
.page-id-2 #Action_bar, .page-id-2 #Top_bar { display: none !important; }Thanks,