Links are not specified color
-
Hi all. My url is https://ravenrooststudio.com/wordpress. I have a link on the home page and another on the “commission a painting” page that insist on remaining gray. In CSS I’ve got:
h3 a {
color: #d45a2a;
text-decoration: none;
}a:link {
color:#d45a2a;
text-decoration: none;}
a:visited {
color:#543689;
text-decoration: none;
}a:hover {
color:#d45a2a;
}My link on the home page is in an h3 header. I have no idea where the gray comes from and why it insists on staying. Any ideas?
Actually, when viewing in Firefox I have only one gray link on the home page. When viewing on Chrome, I have two.
Thank you for your help!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Links are not specified color’ is closed to new replies.