Hi there,
In IE my post titles display in the correct colour, but in Firefox they display in the same colour as the links.
Any ideas?
Thanks,
Cass
Hi there,
In IE my post titles display in the correct colour, but in Firefox they display in the same colour as the links.
Any ideas?
Thanks,
Cass
Hi
Add to your stylesheet
#main h3 a, #main h3 a:link, #main h3 a:visited {
color: #444444;
}
If you want the color while the mouse is hovering to be the same, make the first line
#main h3 a, #main h3 a:link, #main h3 a:visited, #main h3 a:hover {
Fab, thanks!
You must log in to post.