Hyperlink Colour
- The topic ‘Hyperlink Colour’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
Is it possible to change the colour of the hyperlinked text within posts? Currently it’s a dark red, which is proving difficult to read.
This is a brilliant theme by the way, many thanks.
The blog I need help with is: (visible only to logged in users)
Hello!
I’m glad to hear you’re enjoying the theme :)
The link colour can be changed if you have access to the Custom Design addon. With it you would use the following CSS:
a {
color: #000;
}
This will change the link color to black, but you are of course free to choose any colour you want.
Thanks!
Well that was maddeningly simpy as it turns out then. Thank you for your speedy response! All sorted now, much appreciated.
I’m happy to help :)