Quantcast

May 24, 2012

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.

About Rosalind Gardner

Rosalind Gardner is a blogger, speaker and Internet Marketing consultant, best known for her "Super Affiliate Handbook", (referred to by industry professionals as the 'bible' of affiliate marketing) and Rosalind Gardner's Academy - a multi-media version of the book.

Comments

  1. Shalisha says:

    Thanks so much! It worked.

  2. John Soares says:

    Excellent post. I needed this info to change the link color on my blog.

  3. Kathy says:

    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.

  4. Peter says:

    Thank you Rosalind. I had forgotten this bit. So apparently had my trainer.

Speak Your Mind

*

Disclosure: We are compensated for our reviews. Click here for details.