Visited link colors
-
How can I change the red by default in visited links?
Style.css is like this right now:
a { color: #1db8f0; outline: none; -webkit-transition: all 0.14s ease 0s; -moz-transition: all 0.14s ease 0s; -o-transition: all 0.14s ease 0s; } a:visited { color: #1db8f0; } a:hover, a:focus, a:active { color: #333; }
In the console I can see the red color comes from: /wp-content/themes/hiero/fonts/athemes-glyphs.eot.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Visited link colors’ is closed to new replies.