Custom Color of Links

  • I purchased a custom theme and want to change the color of links. I do not understand how to do this and i’m afriaid I’m going to screw the CSS up. Can you help?

    The blog I need help with is: (visible only to logged in users)

  • Hi there – for which links would you like to change the colour? If it’s the links within the body of a post, you could try adding this to your CSS:

    .content a:link {
    color: #bb00bb;
    }

    Just replace bb00bb with the hexadecimal code for the colour you want. Here’s a colour-picker site you may find useful:

    http://0to255.com/

    Just let me know if you need further help.

  • The topic ‘Custom Color of Links’ is closed to new replies.