x

menu bar on mobile version, change coding of color

I like the white theme of my template, both on the Desktop and with the mobile Version. Unfortunately, because of my background photo, the white menu bar (navigation button) on the mobile is not visible. I know it is a little adjustment of the code, but I cant find it in the HTML/CSS section. Need to know WHERE exactly to change the coding and WHAT coding to use - in order to make it a black menu bar on the white mobile version.

Thanks a lot for helping out!

6,411 Views
Message 1 of 9
Report
1 Best Answer

Best Answer

Hi @RENA-SI,

if you add this to the end of your main CSS file it should take care of it.

label.hamburger span, label.hamburger span:before, label.hamburger span:after {
    background: #000000;
}

image

Let me know how you go.

Regards, Mark 

View Best Answer >

6,401 Views
Message 10 of 9
Report
8 REPLIES 8

Hi @RENA-SI,

I should be able to help you. What is the address of your website?

Thanks,

Mark

6,405 Views
Message 10 of 9
Report

oh thank you Mark. www.renibickelyoga.com

6,403 Views
Message 10 of 9
Report

Best Answer

Hi @RENA-SI,

if you add this to the end of your main CSS file it should take care of it.

label.hamburger span, label.hamburger span:before, label.hamburger span:after {
    background: #000000;
}

image

Let me know how you go.

Regards, Mark 

6,402 Views
Message 10 of 9
Report

It worked. Thank you very much for your help, Mark!

6,399 Views
Message 10 of 9
Report

You're welcome, @RENA-SI.

Regards, Mark

6,397 Views
Message 10 of 9
Report

I have sort of the same problem. I would like the menu bar on my mobile site to be one of the theme colors on my desktop site #004d56. I tried the fix above on my site www.CoyleCollegeAdvising, but I could not get it to work.

6,104 Views
Message 10 of 9
Report

Im now having the same problem with my site, I have tried the code you supplied and it doesn't seem to work. 

Any help? 

my website: here

Thanks,

5,698 Views
Message 10 of 9
Report

I would like to change the color of our menu as well.  It appears black but I would like to change the mobile menu icon to white for better viewing.

our website:  www.thejpoministries.org

5,566 Views
Message 10 of 9
Report