Hi,
I’m trying to change my menu items from grey to white, but I can’t find how to do this.
I tried this code:
#top ul:first-child > li > a {
color: #eeeeee;
}
But this is no good since it changes also the color of the first line of all my forums.
Hey Ship-ST!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Cheers!
Yigit
Thanks Yigit, this is nice!
One little detail still: my social network button in the menu did not change of color. Is it defined elsewhere?
Hey!
Please add following code to Quick CSS as well
#top .social_bookmarks li a {
color: white;
}
Regards,
Yigit
Nice! As always, your support is perfect!
Thanks, and have a good day!