How to add header menu background before scroll in ShopIsle

If you want to add background to the menu before scroll then go to Appearance -> Customize -> Additional CSS add the following code:

body.home .navbar-transparent {
background:#000 !important;
}

You can change the color code to what color you want, you could use a website such as this one to find a color: http://www.hexcolortool.com/

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us