Different Colored Links
-
I’m working on https://www.ampmdoorservice.com. If you look at the footer under “Door Repair Service Areas”, I want to have each State to be ORANGE so that it stands out but I cannot get it to work.
I added this to my stylesheet
.boldlink a { color: #ff9600; text-decoration: none; } .boldlink a:hover { color: #ff9600; text-decoration: none; } .boldlink a:active { color: #ff9600; text-decoration: none; }
My HTML is
<a title="Arizona" href="https://ampmdoorservice.com/arizona-commercial-door-repair-service/" class="boldlink">Arizona</a></span>
What am I missing?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Different Colored Links’ is closed to new replies.