The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there any way to change the link color only in the post area?
|
|
#2
|
||||
|
||||
|
This should work - add to additional.css:
Code:
/* change link color in posts */
.postcontent a {color:pink;}
|
|
#3
|
|||
|
|||
|
thanks... perfect
I also changed it in the signature too by adding Code:
.signature a {color:blue;}
|
![]() |
|
|