Is it possible to specify somewhere in CSS what color to make the links in the posts only? Thanks. http://www.theresolved.com
Specifying links color only in posts?
2 posts from 2 voices-
Posted 2 years ago #
-
Hey,
Sure you need to open /css/style1.css and add this to the end of the file:
.entry a { color: #0000FF; } .entry a: hover { color: #00FF00; }Update the colour values to your chosen colours :)
James
Posted 2 years ago #
Reply
You must log in to post.














