vBulletin: change sticky text style [SOLVED]
How can you change the sticky style that is applied to sticky posts in vBulletin? Follow this steps:
First step
Just go to Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> yourtemplatename. Scroll down to “additional CSS definition” and add the following:
.stickyprefix { color:#FF4400; font-weight:bold; }
Save your template.
Second step
Go to Admin CP -> Languages & Phrases > Search in phrases. Search for sticky_thread_post in Global phrases and edit the $vbphrase[sticky_thread_prefix] from:
<b>Sticky</b>
to
<font class="stickyprefix">Sticky</font>
Save changes.
Good to go
** Notice you could even change the “sticky” text to anything you want!
vBulletin is soooo nice done!
Related posts: