Archived topic
Hamburger Styling
3 replies · Started by Rafael on February 6, 2020
Viewing posts 1–4 of 4
Hi,
In mobile view, how can I make the Hamburger and the Mobile Menu Label a different color and size.
Thanks,
Hi there,
Try this CSS:
@media (max-width: 768px) {
button.menu-toggle {
font-size: 15px;
color: #ffffff;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Make sure to clear your caching plugin.
Let me know if this helps :)
Bam! Nailed it...
Glad to hear!
This archived topic is closed to new replies.