Remove Hover Color on Site and Post Title

  • Posted in : Read WP
  • osburns
    Participant

    How can I remove the hover color on the Site and Post Title?

    I would like to keep it one color.

    Thank you!

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    a:hover { background-color: inherit; }
    
    osburns
    Participant

    this code changes the background color on the site title. i’d like to keep the background white but change the the hover color on the text on both the site title and post title…you can see what I mean here…www.saltybird.com

    I would like for the text to stay yellow, not black, when hovering over it and once clicked (see post title)

    thanks.

    osburns
    Participant

    Can I please receive assistance on this?

    Mehmet S.
    Keymaster
    a:hover
    {
    /* Text color */
    color: black;
    
    /* Bg color */
    background-color: white;
    }
    
    osburns
    Participant

    I am putting the code given into theme options > style > custom css and nothing has changed.
    Is this correct?

    I changed the text hover color to #e2c906 to match the site title color (yellow)…..

    a:hover
    {
    /* Text color */
    color: #e2c906;

    /* Bg color */
    background-color: white;
    }

    Mehmet S.
    Keymaster

    Try this:

    a:hover
    {
    color: #e2c906 !important;
    background-color: white !important;;
    }
    
    osburns
    Participant

    That works! Thx!

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register