Hiding of Header and Footer Menu
Hi there,
I am trying to create a standalone page for marketing purposes without the header and footer menu being shown.
I have inserted the following CSS Snippet. While it managed to hide the header menu, it did not with the logo and footer menu.
body.page-id-415 .main-navigation ul li{
display: none !important;
}
May I know how to do it correctly?
Thank you.
Best regards,
Jason
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Got it using,
body.page-id-415 .main-navigation { display: none; }
body.page-id-415 #colophon { display: none; }
Hi Shinetown
Really glad to hear you’ve made progress. Thanks for keeping us updated.
All the best.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.