Archived topic
Hamburger menu icon will not increase in size
3 replies · Started by CRAIG on July 31, 2021
Hi folks,
I have tried increasing the font size from within customiser > primary navigation > typography > mobile
Changing the font size does affect the menu items but it seems to have absolutely no effect on the hamburger icon
I want to make the menu icon significantly larger than it currently is, and bolder as well
Could you give me any pointers?
Hi there,
Try this CSS:
.main-navigation .menu-toggle, .main-navigation .menu-toggle:active, .main-navigation .menu-toggle:hover {
font-size: 25px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Perfect thanks a lot
No problem :)