Header Link Hover not working
-
I’m trying to put a hover state on the sticky header links and nothing is happening. Here is the code I’m trying to use:
#thsp-sticky-header a {
text-decoration: none;
}
#thsp-sticky-header a:hover {
text-color: #FF0066;
}
- The topic ‘Header Link Hover not working’ is closed to new replies.