PDA

View Full Version : How to change URL/link color inside POST only?


Pirat3
09-11-2011, 02:45 PM
I want to do 2 things, first I want to change the URL color inside a post

and I want to change the color of the URL for categories:
https://vborg.vbsupport.ru/external/2011/09/32.png

However when I go to stylevars > link_color and change that value, it changes the link colors for EVERYTHING on the forum, including the username link, navbar links etc...

I just want it for 2 things I listed above, how do I do this?

Lynne
09-11-2011, 04:15 PM
You could try this in the additional.css template:
.forumdata h2.forumtitle a {color: pink;}
.lastposttitle a.threadtitle {color: green;}
.postcontent a {color: purple;}