Tagged: , ,

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

    I would like the text in my 2 navigation menus to be white.
    I have set the text color in all the Enfold Styling tabs to #ffffff,
    but the nav menus remain a grey color, not white. All Background images are set to “None.” Body text is “Arial”.
    Predefined color scheme is set to “Black”.
    Can you provide the code to do this? I’d like to change it myself, since I may want to change the color back later.
    Site: http://rmcantiques.com/z
    You guys have a great product… Thanks!
    Michael

    #189924

    Hey Ian!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .header_color .main_menu ul:first-child > li > a { color: white; }

    Best regards,
    Yigit

    #189977

    Thanks for the quick response, as always.
    That got the Primary menu… is it possible to get the secondary menu also?
    htp://rmcantiques.com/z

    Ian

    #190047

    Hi!

    Please add following code to Quick CSS as well

    .header_color .sub_menu>ul>li>a { color: white; }

    Cheers!
    Yigit

    #190476

    Thanks! Terrific! Great support as always.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Make Navigation menu text color white instead of grey’ is closed to new replies.