Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #209035

    Hi!!

    My site: http://www.adw.cl/

    I like to have black color for the Main Menu when page loads (words: Whiskypedia, Whiskyteca, etc) and #c3512f color when the mouse is over the text (same color as the label ‘Actualidad’ for example)

    I checked theme styling options but can’t do it.

    Could you help me with some CSS?

    Thanks very much!!

    Regards
    José

    #209042

    Hey jmaguirrei!

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

    .header_color .main_menu ul:first-child > li > a { color: black; }
    .header_color .main_menu ul:first-child > li a:hover { color: #c3512f; }

    Regards,
    Yigit

    #209044

    Excelent!! Thanks a lot!!
    José

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Main Menu Font Color’ is closed to new replies.