• Resolved iObject

    (@iobject)


    Hello, I’m currently running a WordPress site with the News Flash theme (v1.1.0) installed and activated.
    A long time ago, I used to be able to open up the console window using Inspect Element on Google Chrome and modify the <a> link’s hover color property through Custom CSS. Ever since I updated WordPress, though, it seems this functionality is missing and I can’t seem to find out how to change the hover color.

    So my question here is this:
    How do you change the hover color and hover background-color for links on this theme?

    https://wordpress.org/support/theme/news-flash

Viewing 1 replies (of 1 total)
  • Thread Starter iObject

    (@iobject)

    I found out the issue. It was simply a CSS error on my part!

    I was supposed to use:

    .navbar-nav a:hover {
    color: red;
    }

    But instead I was trying to use:

    a {
    hover: red;
    }

    and

    a:hover {
    color:red;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Change Text Hover Color and Background’ is closed to new replies.