This topic has 7 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
I have changed the setting for main menu color (active link). I FIREBUG everything works fine. when putting this into the custom.css it won’t work anymore (got overruled by what-so-ever)… So, where is the place to place custom CSS??
Hello,
Do you select Custom.css file in Theme Options->Custom CSS?
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Yes, I do… I can change main color of menu, but not active/mouse-over…
This gets ruled out… 🙁
.menu > li.current-menu-item > a {
color: #906650;
}
works in firebug, but not in custom.css
Hello,
Try to add !important
to your code:
.menu > li.current-menu-item > a {
color: #906650 !important;
}
Thank you.
Regards,
Eva Kemp.
Eva, I love you.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: color, custom css, main menu, overwrite, themes, woocommerce, wordpress
The issue related to '‘Custom.CSS does not overwrite Main Menu color’' has been successfully resolved, and the topic is now closed for further responses