This will depend on your theme however most themes will contain a ‘posts’ class which all post are contained within. Therefore if you add the following code to the bottom of your themes style.css file it will allow you to change the colour.
.post a {
color: #000000;
text-decoration: none;
}
This will make all links black text with no underline. To change the black to another colour replace the hex code above with the hex code of the color you want. To style what happens when you hover over post links use the following:
.post a:hover {
color: #006600;
text-decoration: underline;
}
This would make links turn green and underline on hover. Again change the hex code to the required colour.
Thanks Tarun! Your help worked for posts. However, there are pages and other links which are still in the default color. I think I can figure it out.
I am trying to get the hyperlinks within my blog posts and pages to not be white, as my theme design is now with a white background, and it needs to stand out. I’ve looked in back end CSS many times and cannot see an option for ‘hover’ colour change or anything I’ve managed to do in past. Its for Soundboard theme -wp. Please advise?! Taurun do you know if this works in back end of all themes?
@justinemcinerney: you are wasting everyone’s time by posting multiple copies of the same question in old, unrelated threads. Stop that.
Soundboard is a premium/paid theme not supported in these forums. Go to the support site where you bought the theme http://themeforest.net/item/soundboard-a-premium-responsive-music-wordpress-theme-/2558532 for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.
These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products