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 philgrossfield.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 philgrossfield.com.
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 {<br />
color: #bb00bb;<br />
}<br />
Just replace bb00bb with the hexadecimal code for the colour you want. Here's a colour-picker site you may find useful:
Just let me know if you need further help.
This topic has been closed to new replies.