Help with CSS for link colours required
-
I am using a plugin that allows me to add CSS code to the site as a whole and to each page or post.
Everything I have added so far has worked perfectly and I can’t understand why this isn’t working:
.page-id-868 a:link{
text-decoration: bold;
color: #2ba6fc;.page-id-868 a:hover{
text-decoration: bold;
color: #ffffff;
}This code does turn the link blue but the hover is just not working.
Should I be writing the code differently?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Help with CSS for link colours required’ is closed to new replies.