Tagged: Fullwidth sub menu, main menu
Hello –
I’ve removed the main menu from all the pages with the following code:
nav.main_menu { display: none !important; }
and I’m using the Fullwidth Sub Menu on the pages instead, however it does not work on the Blog Page.
How do I put the main menu on the Blog Page only?
Thank you
Hi mabraxas!
Please add following code to Quick CSS as well
.blog nav.main_menu { display: block !important; }
If that does not help, please post the link to your blog page
Best regards,
Yigit
Thanks Yigit,
worked perfectly.