The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
changling link color inside a post
Links on my forum are dark green (changed through stylevars->link-> link_color)
I want link inside posts though to be a different color since right now they indestinguishable from regular text. If I change the link stylevar it changes the color for the whole site. I just want the links in posts to be a different color. Anyone know how to do that? |
#2
|
||||
|
||||
HTML Code:
/* change link color in posts */
.postcontent a {color:pink;}
|
#3
|
|||
|
|||
Where do I put this Code? TX!
edit: OK. Put it in Admincp -> Styles & Templates --> Style Manager [your_style] , expand Stylevars --> CSS --> additional.css It works fine, thank you Lynne! |
#4
|
||||
|
||||
The code I posted, if put into the additional.css template, should only change the color of links in posts. If you want to change the color for hovering over links in posts, then add this:
HTML Code:
/* change link color in posts */
.postcontent a {color:pink;}
.postcontent a:hover {color:red;}
|
#5
|
||||
|
||||
This is the vB4 section, not vb3. There is no additional.css template in vb3.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|