- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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.