My Links are Grey Instead of Blue
In the Forum, shalisha42 noted:
Hi everyone. I’ve been following SAH and I put up my first real blog!!! I’m so psyched. I have one problem though… when I put my links in, they are grey instead of blue, so you really can’t tell that they are links. I use wordpress 2.7. Ros, you were right, it is much easier to build an affiliate site than to build a website. I am so proud of myself.
I am a natural writer so I get to write my own content.
Salisha – you SHOULD be proud of yourself! Congratulations!
Here’s the answer to your question about link colors.
In your Wordpress theme files (i.e. Default, Lifestyle or whatever theme you are using under Appearance > Themes) you’ll find a cascading stylesheet called either style.css or styles.css.
Look for the code in the file that looks something like this:
a {
color: #275D89;
text-decoration: none;
}a:visited {
color: #3774A7;
text-decoration: none;
}a:hover {
color: #ff0000;
text-decoration: underline;
}
This example comes from the StudioPress Lifestyle Theme used on NetProfitsToday.com.
‘a’ is the stylesheet code for a link and to make the regular link the standard bright blue you would want to code that
a {
color: #0000ff;
}
If you are interested in getting the ‘hex codes’ for other colors besides that standard blue, you can find a really nice color chart here.
Want more info?
Rosalind Gardner is a Super Affiliate blogger, author, speaker, and Internet marketing consultant.
If you enjoyed this article and want to be notified the next time Rosalind writes something, subscribe to her RSS feed or the No-Hype, No-BS, No Spam NPT newsletter. You can also follow her on Twitter and Facebook. Thanks for visiting!
Related Posts
- Ros Adopts a Lifestyle Change
- Plugin Checks for Broken Links
- Fresh News Theme by Adii
- How to Get Rid of the Lifestyle Theme Sidebar Blogroll
- Wordpress in a Day




Thanks so much! It worked.
Excellent post. I needed this info to change the link color on my blog.
Yeah, those things are fairly simple to fix if you know where to look for them. I just created an affiliate site as well, WORDPRESS makes my life so much easier.
Thank you Rosalind. I had forgotten this bit. So apparently had my trainer.