How to Change Color of Text Link on Mouse Hover [Stay Theme]
-
Hello
I’d like to seek further assistance on how to change the color of all text link in the blog on mouse hover. The theme’s default changes to a shade of blue on mouse hover.
I’d like to change it to the following color hex code: #6A006B.
Is this possible?
Thanks in advance for your help.
Cheers,
Jae
The blog I need help with is gorjaeous.com.
Hi Jae,
Try this:
a:hover, a:focus, a:active {
color: #6A006B !important;
}
Thank you, hafizr! It worked!
The topic ‘How to Change Color of Text Link on Mouse Hover [Stay Theme]’ is closed to new replies.