Log in

View Full Version : Posted Link Colour?


betty02
04-23-2010, 10:10 AM
When users post a link in a post I.e Google (www.google.co.uk) it show's the same colour as the main body text so you can't tell, I had a look through some stylevars to change it I have changed the hover colour but when I change some it changes every single link on my forum to that colour?

How would I change links that are in posts colour?

Thanks

borbole
04-23-2010, 10:18 AM
When users post a link in a post I.e Google (www.google.co.uk) it show's the same colour as the main body text so you can't tell, I had a look through some stylevars to change it I have changed the hover colour but when I change some it changes every single link on my forum to that colour?

How would I change links that are in posts colour?

Thanks

Add the following code at the additional.css template:

.postcontent a {
color: red;
}

And replace red with the actual color value that you want your links to show up.

betty02
04-23-2010, 10:21 AM
Thanks that's great, can i have hex colours? i.e #000000

borbole
04-23-2010, 10:22 AM
Thanks that's great, can i have hex colours? i.e #000000

Yes, of course.

Michlerish
05-11-2010, 05:53 PM
So glad I found this post, I've been trying to change it for days!