Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #414350

    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.

    #414379

    Hey Ship-ST!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links”

    Cheers!
    Yigit

    #414415

    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?

    #414422

    Hey!

    Please add following code to Quick CSS as well

    #top .social_bookmarks li a {
      color: white;
    }

    Regards,
    Yigit

    #414428

    Nice! As always, your support is perfect!
    Thanks, and have a good day!

    #414431

    Hey!

    You are welcome, always happy to help :)
    You too have a nice day sir!

    Best regards,
    Yigit

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