Archived topic
toggle menu color background movil
7 replies · Started by David on February 12, 2021
Hi, I have not been able to change the background color of the menu in the mobile version.
I have not found it in customize and I have put the following code, but it does not work:
.mobile-header .menu-toggle {background-color: #f000;!important;}
Can you help me? Thanks : )
Hi David,
Could you can link us to the site in question?
You can use the private information field.
Thanks!
Hi, I leave you the link in the private
Go to Customizing > Colors > Primary Navigation > Background color.
Let me know if it works :)
Hi Ying, I already had that done.
I am sending you a link with a screenshot.
The backgorund is white, but the toggle menu has a different background color (#fafafa).
I don't know where to change it
Can you think of anything?
Thanks ; )
You could try this CSS:
.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;
}
Let me know :)
Great Ying, thanks for your help :)
You are welcome :)