hyperlink headings the wrong colour
-
Hi everyone,
My site – socialpirate.org – is all fine, apart from one thing. I want my links to show up purple, apart from the headings, which I want to stay #333.
Here’s my CSS for links:
h1 a:visited {color: #333;} h1 a:hover {color: #999;} h2 a:visited {color: #333;} h2 a:hover {color: #999;} a {text-decoration: none;} a:link {color: #9e0dab; text-decoration: none;} a:visited {color: #9e0dab; text-decoration: none;} a:hover {color: #999; text-decoration: none;}
The weird thing is it shows up perfectly when I’m logged in, but you’ll see when you visit the site that the h1 and h2 rules I’ve set aren’t working.
Does anyone have any idea why this might be? And I’ve cleared the cache in numerous ways, don’t think it would be that…
Thanks in advance!
Benedict
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘hyperlink headings the wrong colour’ is closed to new replies.