Tagged: remove menu
I would like to have only the SubMenu and remove the top menu completely.
How do I do this?
Hey mabraxas!
You can use this CSS.
nav.main_menu { display: none !important; }
Or if your wanting to hide the whole header then there is an option for that when editing your page.
Best regards,
Elliott
Thank you. Perfect.