Hello,
I tried finding CSS code that would work, but failed. How do I remove the primary navigation menu from just one specific page? The page URL is http://baylor-uganda-elearning.org/wall-of-fame/.
Thanks, Renae
Hi Reane,
Just add below custom CSS code to hide the main-navigation:
.page-id-3962 .main-navigation { display: none; }
Change the above page id no. 3962 above to the page id that you want to hide the main-navigation.
3962
Thank you for using our theme.