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*

Hide Banner

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #93837
    Sam
    Participant

    Hello,

    I am trying to get the menu bar to be the first thing at the top of the page. I have hidden the top bar (in the appearance settings) but there is still a small visible are just above the menu bar. It changes colors with the background overlay settings, but I don’t see an option to completely hide it. Is there a css code to hide it?

    Thanks,
    Sam

    #93856

    Hi Sam,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.

    .navbar-head {
    	display: none;
    }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.