Back to vBulletin 4.x Template Modifications

Change link color only in post and/or cms articles
Mod Version: 1.00, by AURFSCAN

vB Version: 4.x.x Rating: (7 votes - 4.86 average) Installs: 38
Released: 07 Mar 2011 Last Update: Never Downloads: 0
Not Supported Template Edits  

Was looking how to change link colors only in posts and found how todo this here on the forum posted by Lynne.

add to additional.css

Code:
/* change link color in posts and sigs*/
.postcontent a {color:#356fb7;}
.signature a {color:#275187;}
/* change link hover color*/
.postcontent a:hover {color: red;}
.signature a:hover {color: red;}


Also here is the code for cms article and article homepage preview

Code:
/* change link colors in cms articles*/
.article a {color: #336699;}
.article_preview_contents a {color: #336699;}
.article a:hover {color: #CC0000;}
.article_preview_contents a:hover {color: #CC0000;}

change colors to suit you

Download

No files for download.

Screenshots

Click image for larger version
Name:	linkcolor.jpg
Views:	990
Size:	241.8 KB
ID:	127212  


vblts.ru supports vBulletin®, 2022-2024