bakercreative
Member
Posted 9 months ago #
I want to change the color of my post titles to red (which is the h3 tag)
I managed to track down this section of code in style.css
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
But changing the color in this last 'a {' section changes all the h tags. How can I alter the code so only the h3 tag is red and the others stay black?
Thanks!
Please post a link to your site
bakercreative
Member
Posted 9 months ago #
Hi,
Here's the link!
http://winchestercomedy.co.uk/
I just want to change the colour of the post titles to red - with all the stuff in the sidebar to stay as it is.
Thanks :)
Paste this in your style.css file:
h3 a {
color: #FF0000;
}
h3 a:hover {
color: #000;
}
That will have your post titles be red and then black when hovered upon. (the opposite of how it is now)
bakercreative
Member
Posted 9 months ago #
It worked a treat - thanks very much!
I have another problem now which you might be able to help me with - For some reason, the footer is now appearing in the sidebar.
http://winchestercomedy.co.uk/
I checked the plugins to see if there was a conflict but everything was ok. Do you know what could be causing this?
Thank you