So I am trying to change the color of my links on my blog and posts.
I went into my css style sheet, which in my theme (yen) is editor-style.css.
I searched link and came to
[please mark your code using backticks or the code button]
a:link {
color:#0066CC;
}
a:visited {
color:#743399;
}
a:active,
a:hover {
color: #FF4B33;
}
I changed the a:link color from #0066CC to #FF7F00 (I want my links to be orange)
updated and emptied my cache, and all the link colors on my site are all the same. What am I doing wrong here? Why arent the link colors changing?
my site is http://www.streetsoffashionseattle.com
thanks to all replies...