Change all link colors
-
I use the theme twenty twelve. I want to change the link color of a.hover and a.activated, but nothing changes.
I used this:
a:visited {color:#8a1e49;}
a:hover {color:#444;}The blog I need help with is: (visible only to logged in users)
-
-
This is working for me:
a:visited {color:#8a1e49 !important;}
a:hover {color:#444 !important;} -
Hi there,
I’m glad to hear everything is working for you! In the future, if you find yourself completely stumped, you can also check out our CSS Customization forum where folks gather to discuss their CSS issues. You might find your answer there:
- The topic ‘Change all link colors’ is closed to new replies.