• Hi I was just wondering what the CSS is to change the navigation hover color. I am using the secondary menu as my main navigation.

    aspenlandscaping.ca/wordpress

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey, the hover color pulls from your primary color which can be set in theme options > basic styling. Or you can use this code to target only the menu hover:

    #nav-second ul.sf-menu a:hover {
    color: #fff;
    }

    Just paste it into your custom css box in theme options > advanced settings.

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Navigation hover color’ is closed to new replies.