Mobile menu dropdown color
The topic ‘Mobile menu dropdown color’ is closed to new replies.
Need help? Check out our Support site, then
Hey,
I need some help adjusting the color of the mobile dropdown menu.
I have adjusted the sites menu background colour to #9FCBDA and the text to #FFFFFF, this is working fine on the desktop version but the mobile dropdown menu is still white- how can I adjust this?
Thanks in advance!
The site is talkwithfos.com
The blog I need help with is: talkwithfos.com
Hi Talkwithfox,
Thanks for using Verity Theme. Please add the following CSS in your Custom CSS:
.menu-toggle {
color: #fff;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle.selected,
.site-header-cart .cart-contents:hover,
.site-header-cart .cart-contents:focus {
background-color: #6da0b2;
}
.main-navigation a,
.menu-inside-wrapper .search-container,
.menu-inside-wrapper .menu-social-container {
background-color: #9fcbda;
}
.main-navigation ul :hover > a,
.main-navigation ul .focus > a {
background-color: #6da0b2;
}
Regards,
Sakin
Perfect, thanks Sarin!
nice to hear that it worked.
The topic ‘Mobile menu dropdown color’ is closed to new replies.