Tagged: hide navbar, main menu
Is there a way to hide the Main NavBar and show only the Top NavBar? This way I can have the Social Links on the Top NavBar.
Hi Lester,
To hide the NavBar login to your dashboard and go to Appearance > Customize > Additional CSS and paste the below custom CSS code:
.navbar { display: none; }
Thank you!