The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I want to edit the sticky_thread_prefix phrase to make the word Sticky a different color & bold it. Where do I find the sticky_thread_prefix phrase to edit it?
|
|
#2
|
|||
|
|||
|
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:
<span class="stickyprefix">Sticky:</span> 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;
}
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; Have fun
|
|
#3
|
|||
|
|||
|
Oh wow, I never would have figured this out. Thanks a lot for helping me with this
|
|
#4
|
|||
|
|||
|
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|