Viewing 1 replies (of 1 total)
  • Hey there moazamali83,

    How are you doing today?

    This is definitely possible with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    #main-navigation a:hover {
        color: #fff;
    }

    This will change link hover color. Replace the color hex value to display another color. You can use sites similar to this one to get hex value for the color of your choice: http://www.color-hex.com/

    Hope this helps and have a great weekend 🙂

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Changing Hover Over Color’ is closed to new replies.