Mobile Nav Menu Color Change
-
Why am I struggling with this theme?
I’ve added this code to my additional settings but it’s not working. What I want to do is change the background colour of the mobile drop down menu as currently it’s white text on white background (nightmare!)
I copied the same code from our old website into this new one but it isn’t working for me.
Help?
}
#mainnav-mobi {
background-color: #ffdddd;
}#mainnav-mobi ul li {
border-color: #ffdddd;
}#mainnav-mobi ul > li > a {
color: #ffdddd;
}/* Sub menu */
#mainnav-mobi ul.sub-menu {
background-color: #ffdddd;
}#mainnav-mobi ul ul.sub-menu li {
border-color: #ffdddd;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Mobile Nav Menu Color Change’ is closed to new replies.