Forums

Title hover color (4 posts)

  1. harrisonmean
    Member
    Posted 8 months ago #

    Hello,

    I have been trying to figure out how to change a post title hover color for a little while now and cannot seem to figure it out. Would someone be so kind as to help me out?
    The link to the page is http://development.myhuron.ca

    A template (theme 1313) is installed on the site.

    Thank you very much.

  2. djr_xr6
    Member
    Posted 8 months ago #

    I'm assuming you're referring to the "Welcoming our new council" and "Leading Huron" links, and that you would like them to be red on hover, like the "Council" and "Calendar" links at the top of the page.

    Here are some things you could try.

    Add the following CSS in the head section.
    a:hover{color: #DB2828}

    Try removing the "color: #4AD2DF;" line from theme1313's "normalize.css" file (line 96).

    In the head section, change the line
    a{color:#db2828}.button {background:#db2828}
    to
    a{color:#db2828!important}.button {background:#db2828}

    Hope this helps.

  3. premiumwp
    Member
    Posted 8 months ago #

    Change this in your css file

    h1 a:hover
    {
    color: #4ad2df;
    }
  4. harrisonmean
    Member
    Posted 8 months ago #

    Thank you so much! Accurate and concise!

    That's exactly what I needed...

Reply

You must log in to post.

About this Topic