Unable to remove the background color of the main menu button on mobile
-
Hi everyone. I’m using the Avery template and it comes with a background color on the mobile menu button that I can’t remove. There are none of the color settings that will remove it.
You can see it in this image: https://ibb.co/KmpZsL4
From what I see in the CSS, this is the code that is generating the background color:
.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: rgba(0, 0, 0, 0.02); }To fix it, I have added this CSS code to the custom CSS.
button.menu-toggle { background-color: transparent!important; }Is it possible to remove it without adding CSS? Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Unable to remove the background color of the main menu button on mobile’ is closed to new replies.
