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