PDA

View Full Version : background to prefix


Psyd0x
12-28-2014, 07:58 PM
How can i change the prefix background like this:

https://vborg.vbsupport.ru/external/2014/12/6.png

ozzy47
12-28-2014, 08:01 PM
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:
Code:

<span style="background-color:green">WTB</span>or you could use classes instead, and put css for the class in the additional.css template.

Change green to your desired color.

Fields
12-29-2014, 08:59 AM
If you want to use CSS like ozzy suggested, you could try that:

https://vborg.vbsupport.ru/showthread.php?t=306940

ozzy47
12-29-2014, 09:01 AM
Yep, that will work. :)