Tagged: hide menu, hide navigation menu
Hi!
I’d like to remove or hide the navigation menu from my home page so viewers can use images as links to enter the site.
Thanks!
Hello,
To hide the navigation menu from the home page just login to your WP Dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code:
.home .main-navigation { display: none; }
Thank you!
It worked! Thank you so much.
Welcome anytime @bluewjunk