July 12, 2019 at 11:14 am
#65343
Theme Horse Support Team
Keymaster
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!