This topic has 2 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
Hello support!
I would like some links(as well as their title) to darken in color when a mouse is hovered over them. If you scroll down on my site, you will see: https://imgur.com/a/Zk2Jto1 this. I would like the link and email(as well as the title) to turn black once it is hovered. Thank you so much!
Hello,
You can add this code in Theme Options > Theme custom CSS:
a:hover {
color: #212121 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up