Archived topic
How do I Resize Mobile Menu Icon?
3 replies · Started by Andrew on September 22, 2021
Using the crypto theme as a base (if that matters), how do I change the size of the icon that represents the mobile menu: (3 horizontal line). I've looked everywhere and can't figure out the trigger for the size. It is slightly too small.
Suggestions?
Hi there,
Try this CSS:
.main-navigation .menu-toggle {
font-size: 16px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Yup! That was it. I used 24px but that's just what I was looking for. Thank you!
No problem :)