The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to change URL/link color inside POST only?
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;} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|