Change specific link hover color in widget
-
Hi, I see that there are similar threads, but all have to do with child themes (which I haven’t been able to work out yet).
Is there a way of changing hover color via Custom CSS? The html inside the widget currently reads:<a href="https://thisisthewebpagelink/">This is the text that bears the hyperlink whose hover color I'd like to change.</a>
The only thing that has worked so far has been:
a:hover { text-decoration: none; color: #f76816 !important; }
But this changed the hover color for all links on the site (not good as they do not show up against the backgrounds).
How can I apply this to just the one set of links?Thanks so much in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change specific link hover color in widget’ is closed to new replies.