Website: http://skillowl.com/
WP Version: 3.9
Question:
My font color for the menu is #ffffff, the problem is the when I am on the page the white font is easy to see but the pages that I am not on are very light in the menu. I need more of a contrast for the other pages in the menu.
How do I create a different color for the other menu pages? It looks like they are automatically a shade of your main font color with no ability to give them their own color.
Thanks for your help.
Hi Micheal0424!
Please add folllowing code to Quick CSS in Enfold theme optiions under General Styling tab and adjust as needed
.header_color .main_menu ul:first-child > li > a {
color: red;
}
Cheers!
Yigit
I just tried it and nothing happened.
I didn’t set up a child theme for this website, would that be causing this not to work?
Thanks
Hi!
No, it does work fine on my end. Please try adding the code to Custom.css file inside Enfold/Css folder via FTP
Cheers!
Yigit
Got it, worked perfectly.
Thanks.