View Full Version : Change 'Sticky:' font color/style


Floris
19th September 2007, 08:43 PM
Tip of the day : Change 'Sticky:' font color/style
Original thread (http://www.vbulletin.com/forum/showthread.php?t=243283&goto=newpost) posted on vBulletin.com by : John_770 on : Tue, 18 Sep 2007 21:10:58 GMT

Change 'Sticky:' font color/style]To change the font style of the 'Sticky:' prefix:

1:
Admin CP > Languages & Phrases > Search in Phrases
Search for: sticky_thread_prefix
Search in...: Phrase Variable Name Only

Once found, click 'edit'. In the space provided, enter:

Code:
Sticky:
Click 'Save'


2:
Admin CP > Style Manager > Style you want to change
All Style Options > Go

In Additional CSS Definitions add:

Code:
.stickyprefix {
color:#FF4400;
font-weight:bold;
}
Click 'Save'

Done

The above will change the style of 'Sticky:" to Bold Red text. If a color other than red is desired, change FF4400 to your liking. Additionally, if you do not want the text bolded, remove: font-weight:bold;




Attached Images http://www.vbulletin.com/forum/images/attach/jpg.gif stickycolorchange.jpg (http://www.vbulletin.com/forum/attachment.php?attachmentid=23943&d=1190149691) (56.6 KB)


vBulletin-Fans.com hopes you learned something from this great tip and if you also have a great tip you can submit it on vBulletin-Tutorials.com here (http://www.vbulletin-tutorials.com/newthread.php?do=newthread&f=591), or on vBulletin.com here (http://www.vbulletin.com/forum/forumdisplay.php?f=109). Don't forget to subscribe to this forum (http://www.vbulletin-tutorials.com/subscription.php?do=addsubscription&f=591) to get daily tips on how to best secure, optimize, manage and operate your vBulletin powered forum.


Floris & Staff
vBulletin Fans Network
http://www.vBulletin-Tutorials.com/