"Dropdown Background Color" not working in customizer
URL to the page in question:
http://neu.guidolimberg.de
-
Hi,
I’m trying to setup a homepage with pneuma (which looks really cool btw).
But while trying to customize the colors, I’m experiencing problems with changing the background color of the dropdown menu.
I can change all the other colors like text and even the background-hover-color of the menu, but whatever I do, the background color of the menu remains black…
Any ideas what I can do?
Thanks for your help and best regards!
Philipp
Hi Philipp,
Use this code in your custom css file
.sf-menu ul li a, .sf-menu li.current-menu-item ul li a {
color: #ffffff;
background-color: red;
}
The background color will be the new colour you want it to be. In the example above, I changed it to red.
Please try this and let me know how you get on.
Cheers
Hi Samuel,
thanks, that worked!
Best regards
Philipp
- The topic ‘"Dropdown Background Color" not working in customizer’ is closed to new replies.