Help with Navigation Bar Colour!

Hi

I’ve recently installed WordPress and had a blast setting up my new site!

There is one thing bugging me!

I’ve attached an image for reference but in a nut shell I’m trying to find the code to change the colors for the 3 little horizontal bars - they appear on mobile and when the page is narrow i.e the drop down menu!

Any one give advice please?

Thank you

Martin

My Site: www.ginger-photographer.com

Hi Martin,

I hope you are well today and thank you for your question.

You can try changing its color by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS

.navbar-default .navbar-toggle span.icon-bar {
    background-color: #fff;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Perfect, thank you!

You are most welcome here :slight_smile: