Hi!!
My site: http://www.adw.cl/
I like to have black color for the Main Menu when page loads (words: Whiskypedia, Whiskyteca, etc) and #c3512f color when the mouse is over the text (same color as the label ‘Actualidad’ for example)
I checked theme styling options but can’t do it.
Could you help me with some CSS?
Thanks very much!!
Regards
José
Hey jmaguirrei!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu ul:first-child > li > a { color: black; }
.header_color .main_menu ul:first-child > li a:hover { color: #c3512f; }
Regards,
Yigit
Excelent!! Thanks a lot!!
José