Archived topic
Color control of off canvas panel button?
3 replies · Started by Scott on August 24, 2021
So, I've been redoing the colors on my site, and use the off canvas panel as the menu for my site on mobile. However, I can't seem to remember what exactly controls the color of the actual button that opens that panel. Could someone remind where that is exactly?
Hi there,
There isn't a specific option for it - the toggle inherits the primary navigation menu text color.
If you want to choose something different, then try this CSS:
.main-navigation .menu-toggle, .main-navigation .menu-toggle:active, .main-navigation .menu-toggle:hover {
color: #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Ah, that CSS worked! Thanks!
No problem :)