Hyperlink color in Pilcrow theme
-
I want my links to be blue when active, unfollowed & when hovered.
Then I want them to be purple once they have been followed.
This is the original code from Pilcrow theme./* Links */ a { color:#1c9bdc; text-decoration: none; } a:focus, a:active, a:hover { color: #1873a1; text-decoration: underline; }
I added this.
a:visited { color: #971CDC; text-decoration: underline; }
But my links are still black when followed. Help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hyperlink color in Pilcrow theme’ is closed to new replies.