What could be the reason that my CSS mouse hover doesn’t work on home?
-
Hello all, I have the CSS code
a:hover{
text-decoration: underline;
color: #A0A0D2;
}In style.CSS when mouse hovers over a link its purple and underlined. However this only seems to work on single pages, not the home page with the posts, and single posts.
What could be the reason for this?
- The topic ‘What could be the reason that my CSS mouse hover doesn’t work on home?’ is closed to new replies.