Twenty Thirteen – Problem Changing Link Color
-
Hello. I am having difficulty with what I though would be a simple task – changing the color of links.
Here is my process – could you tell me what I’m doing wrong?
- Twenty Thirteen: Stylesheet (style.css)
- Section 1.0 – Reset
This is the code I am focusing on:
a { color: #ca3c08; text-decoration: none; } a:visited { color: #ac0404; } a:focus { outline: thin dotted; } a:active, a:hover { color: #ea9629; outline: 0; } a:hover { text-decoration: underline; }
However, when I change any of these values, it doesn’t make any changes on the site. I have cleared cache, used other browsers, etc. with no luck. Is there something unique about Twenty Thirteen that I’m not grasping?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Twenty Thirteen – Problem Changing Link Color’ is closed to new replies.