x

Can't change mobile menu color

So the mobile menu is there, however, its white and doesn't show up? I'm not sure where the code is to change the color. I've been looking for a while and still can't find it. here is my website: www.maelasae.com

1,270 Views
Message 1 of 2
Report
1 Best Answer

Best Answer

Make a copy of your main.css file (Theme > Edit HTML/CSS) in a notepad doc or something so you have the default to fall back on if you aren't happy with the changes.

Then look for .hamburger style class and change the color from #ffffff (white) to your desired color. It looks like that's at the bottom of your main.css file.

If you want your mobile (hamburger) menu to match the pink color of your default nav, that color is #ffa6d6.

View Best Answer >

1,252 Views
Message 3 of 2
Report
1 REPLY 1

Best Answer

Make a copy of your main.css file (Theme > Edit HTML/CSS) in a notepad doc or something so you have the default to fall back on if you aren't happy with the changes.

Then look for .hamburger style class and change the color from #ffffff (white) to your desired color. It looks like that's at the bottom of your main.css file.

If you want your mobile (hamburger) menu to match the pink color of your default nav, that color is #ffa6d6.

1,253 Views
Message 3 of 2
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.