God morning,
I can’t find how to set the font color for the link to “same level pages” in sidebar.
For example in this page , the upper links in sidebar are the same color as my background, but I don’t know how to change them?
Hey Ship-ST!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top ul:first-child > li > a {
color: orange;
}
Best regards,
Yigit
Thanks, but that changed also the main menu font color. (You can see it in the same page)
Hi!
Please use following code instead
ul.nested_nav a:hover {
color: orange!important;
}
ul.nested_nav a {
color: red!important;
}
Cheers!
Yigit
Perfect! As always, the first advantage of your theme is the best support I’ve ever seen. You can close the topic, thanks a lot.