Tagged: link color
Site is at redcom.wpengine.com
Looking to change the color of the text inside the drop-down menus. I want to make the text black and make the mouseover color orange.
Also, how can I change the colors of the links without affection the color of the bold text? I realize there’s an option for this in the Theme Options panel called “Primary color” but I make the links orange, it makes the bold text orange too. I want to decouple these options, if that makes sense. Thanks!
Hi mgerenser!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1)
#top .header_color .main_menu .menu ul li>a:hover {
color: orange;
}
#top .header_color .main_menu .menu ul li>a {
color: black;
}
2)
.main_color a { color: blue; }
Regards,
Yigit