Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #312184

    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?

    #312214

    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

    #312284

    Thanks, but that changed also the main menu font color. (You can see it in the same page)

    #312286

    Hi!

    Please use following code instead

    ul.nested_nav a:hover {
    color: orange!important;
    }
    ul.nested_nav a {
    color: red!important;
    }

    Cheers!
    Yigit

    #312289

    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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘SideBar links Font color’ is closed to new replies.