Archived topic
Hide mobile navigation on single page
3 replies · Started by Darron on January 24, 2017
Hi Tom,
I was wondering if you could point me in the right direction in order to hide the mobile navigation option just on this one page: http://foxgloveoffices.com/ (holding page I've created until site goes live)
Many thanks again,
Darron
Hi Darron,
Add this CSS to the Simple CSS metabox in the page you don't want mobile navigation to show:
.main-navigation .menu-toggle {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Leo - thank you so much for getting back to me so quickly - really appreciate it!
Darron
You're welcome :)