Log in

View Full Version : Thread Prefixes help


Goomzee
12-18-2014, 04:50 AM
I added Thread Prefixes in some forum and that works fine but my question is Can i add background color on prefix for example below is Thread Prefixes

Tech
Help
Guide

now i want Tech Background is "green" Help "blue" and Guide "yellow"

kh99
12-18-2014, 10:31 AM
In the Thread Prefix Manager, edit the prefix, and in the "Title (Rich Text)" field, enter the html you want to add color. For example, for Tech you could enter:
<span style="background-color:green">Tech</span>

or you could use classes instead, and put css for th class in the additional.css template.

Is that what you meant, or do you want to change the backgroud of the entire thread based on the prefix?

HM666
12-18-2014, 11:09 AM
Knew you could do that for the usergroups but never realized it would work with prefixes, that is pretty cool, you learn something new each day.

Goomzee
12-23-2014, 03:40 AM
Thanks sir