Site logo

Archived topic

Mobile Menu Customization

4 replies · Started by Chris on May 15, 2017

Viewing posts 1–5 of 5

I can't seem to find anywhere in the customizer to adjust the details of the mobile menu. Like the line height, background color, etc.

Thanks!
CDS

The next version of GPP (currently in beta if you want to test) has a height option for the mobile menu.

For now, other elements are inherited from the main menu (colors, typography etc..).

Hi Chris,

It's inheriting the setting from normal menu as for now. Some CSS like this should do:

@media (max-width: 768px) {
    .main-navigation {
        background-color: #000000;
    }
    .main-navigation .main-nav ul li a {
        line-height: 40px;
    }
}

This is great. Thanks. Excited for new versions always!

Glad we could help!

This archived topic is closed to new replies.