Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #201481

    Hi,
    how can i change the menu color ?
    In Enfold theme option / styling, i can’t see the color menu…

    Regards

    #201532

    Hey jb84!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .header_color .main_menu ul:first-child > li > a { color: red; }
    .header_color .main_menu ul:first-child > li > a:hover { color: blue; }
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: green; }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘changing menu color font ?’ is closed to new replies.