Change Links Colour on Homepage
-
I have changed the links throughout my website to be blue using the css code
a {
color: #3366CC !important;
}a:hover {
color: #f583a9 !important;
}unfortunately this has also changed all headings of the blog posts on my homepage to be blue as well, because they are all links.
I would like all the links on my homepage to be a dark green colour to match the same as the menu.
How can I change this?
thank you
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Change Links Colour on Homepage’ is closed to new replies.