Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there!

    If you go to Appearance -> Customize and go to ‘Layout Options’ you can change the primary color which modifies the nav bar color and link hover color.

    If you just wanted to change the hover color but not the nav bar color you could try this snippet of CSS:

    .nav-container .current_page_item > a, .nav-container .current_page_ancestor > a, .nav-container .current-menu-item > a, .nav-container .current-menu-ancestor > a, .nav-container li a:hover, .nav-container li:hover > a, .nav-container li a:hover, ul.nav-container ul a:hover, .nav-container ul ul a:hover {
      background-color: #???;
    }

    You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.

    I hope that helps ??

    Luke the Daft Duke

    Thread Starter salescart

    (@codeaholic)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Menu hover color’ is closed to new replies.