Making responsive menu button / icon LARGER
Hi
Can you help in guiding where to adjust the size of the icon (or text) that shows up on mobile phone (responsive menu toggle icon or text that you can select through Muffin Options?
I want to make the icon bigger and more visible.
Thank you.
Can you help in guiding where to adjust the size of the icon (or text) that shows up on mobile phone (responsive menu toggle icon or text that you can select through Muffin Options?
I want to make the icon bigger and more visible.
Thank you.
Comments
adjust css:
#Top_bar a.responsive-menu-toggle i {
font-size: 45px !important;
line-height: 55px !important;
}