badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Main NavBar vs Top NavBar?

#65343

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!