Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #467150

    In the footer, I have made one of the headings a link to the blog, then the blog posts show under it. When you hover over the heading it doesn’t have any hover styling. What is the easiest way to have it change from , say red to yellow when hovered over. I believe these are h3 headings.

    #467578

    Hey hobart!

    It sounds like your talking about the footer widget titles. Perhaps this CSS would work.

    #footer .widgettitle:hover { color: red !important; }
    

    If that’s not correct then send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.