Changing link text colour
- The topic ‘Changing link text colour’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I’ve just purchased the Bromley theme and have updated my blog. I have the Custom Design option and so I’ve chosen one of the custom palettes. Overall I like the colour scheme however I would like to modify the link text colour (only) as it is extremely difficult to discern a link from the body text of a post. I know I need to add some custom CSS but I’m not sure what I should use.
Thanks for your help!
Steve
The blog I need help with is: (visible only to logged in users)
Hi Steve – love the colours you’ve used on the site. They fit the photos really well!
The css for this is quite simple:
a {
color: #3399ff;
}
3399ff is a hexadecimal number that represents the colour. You can pick your own colour here: http://colorpicker.com
Thanks – Ben
Thanks Ben! Simple is good … I was definitely overthinking this one.
I’m very happy with the new theme and the colour scheme, the readability of my posts is much better than it was with the previous theme. A few more tweaks and I can get back to blogging.
Thanks again for your help.
Cheers,
Steve