I want to completely hide the navigation menu. I’ve tried adjusting CSS with nav tags to display:none with no luck.
Any help?
Hello,
If I understand well, if you need to remove only the Menu, you can simply delete it from Header Builder on Customizer.
If you want to hide all header, do this custom css:
.header_container{ display:none; }
Let me know and please send me a link to view exactly what you need
Thanks
You must be logged in to reply to this topic.