Hamburger Menu Button
- The topic ‘Hamburger Menu Button’ is closed to new replies.
Need help? Check out our Support site, then
Hi!
Is it possible to change the color of the button for the main slide out menu, or substitute a different icon? The green is very noticeable but I would like a color that fits in better with my color scheme. Thanks!
The blog I need help with is: (visible only to logged in users)
Hi, you can change the color of that button with custom CSS, like this:
.main-navigation .open {
background-color: #000;
}
Works great, thanks!
No problem!