Hi Folks, Feeling pretty stupid, I can't seem to find the place to change the link color in WP 2013 Theme I tried changing the css in the 2 areas I colored red below, but that didn't do it. I would greatly appreciate it if someone could point me to the right place. Thanks Scott body { color: #141412; line-height: 1.5; margin: 0; } a { color: #ea9629; 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; }
Depends, but if you're trying to change the style of the links that are part of the theme, say "Comments" or similar, you need to find .entry-meta a { } and change the color there.