• 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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Change this in your css file

    h1 a:hover
    {
    color: #4ad2df;
    }
    Thread Starter harrisonmean

    (@harrisonmean)

    Thank you so much! Accurate and concise!

    That’s exactly what I needed…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title hover color’ is closed to new replies.