Quote:
Originally Posted by doemasters
Love the mod!!
I'd like to be able to change the color of the prefix on the threads but I'm having difficulty finding where...any help would be appreciated!
|
Wasn't intended to be changed but the way you could do this would be to go to the Plugin Manager, edit the plugin called
Global Threads Template Edits [OK] and find the code:
Code:
{vb:rawphrase bop5_gt_global}:
Change it to:
Code:
<span class="globalprefix">{vb:rawphrase bop5_gt_global}:</span>
Then you can add code to the additional.css template to control the color using CSS, example would be-
Code:
.globalprefix {
color: blue;
font-weight: bold;
}
Would make bold, blue prefixes.