Site logo

Archived topic

Mobile Menu Hamburger Icon and Label Tiny

1 reply · Started by Samantha on August 10, 2020

Viewing posts 1–2 of 2

I cannot for the life of me figure out how to increase the size of the hamburger icon and menu label in the mobile view of this site: http://brianlaffertydesign.com/

Hi there,

Elementor has CSS that's overwriting the theme's default CSS:

You can add this CSS to patch it:

.main-navigation .menu-toggle {
    font-size: 30px !important;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

It would be good to report it to them so they can fix it.

This archived topic is closed to new replies.