SyntaxFix
Write A Post
Hire A Developer
Questions
You can just use an a selector in your stylesheet to define all states of an anchor/hyperlink. For example:
a
a { color: blue; }
Would override all link styles and make all the states the colour blue.