Site logo

Archived topic

How to remove background colour form burger icon on mobile menu?

3 replies · Started by Paul on May 17, 2021

Viewing posts 1–4 of 4

Hi There,

I've searched the forum and can't find the answer to this one (although I'm sure it's here somewhere!)

How do I remove background colour form burger icon on mobile menu?

Cheers

Hi there,

you can either use the Mobile Header option in Customizer > Layout > Header

OR

Use some CSS to remove the semi-opaque background:

.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus,
.has-inline-mobile-toggle #site-navigation.toggled {
    background-color: transparent;
}

Perfect thanks David ! :)

You're welcome

This archived topic is closed to new replies.