The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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: ![]() 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? |
|
#2
|
||||
|
||||
|
You could try this in the additional.css template:
HTML Code:
.forumdata h2.forumtitle a {color: pink;}
.lastposttitle a.threadtitle {color: green;}
.postcontent a {color: purple;}
|
![]() |
|
|