The link colors in my blog posts are a pale grey that doesn't really stand out from the other text.
What is the easiest way to change these colors?
The link colors in my blog posts are a pale grey that doesn't really stand out from the other text.
What is the easiest way to change these colors?
in the style.css file (accessible under Appearance>Editor in admin panel) you can scroll to the bottom of the file and add a line like:
.entry-content a { color: #0000ff !important; }
Where you can change #0000ff to a valid Hex color that you like.
Thanks Noah... that worked great!
Glad that Noah could help you.
So i too wanted to changed the color of my links i put in post to the standard blue color. I could not find that code in my syle.css So i put it in at the buttom and added the blue hex color. but this then changed EVERYTHING clickable on my site blue. All i wanted to change was the links i put in a post to be blue, not the greyish color. any sugestions?
oh by the way im using the newscast theme
I've replied to your other topic, sorry for the delay.
You must log in to post.