MyBB Community Forums

Full Version: Thread prefixes on index.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, i've used this: http://community.mybb.com/thread-77229.html

Which works perfectly, only problem is the colours of them don't show.

Any idea how I could make the thread prefixes colours, as they're just black at the moment.

Thanks Smile

~ David
In the prefixes section, wrap the prefix in a <span> tag, and set the style attribute to color:#yourcolor6-digitHex

So it will be: <span style="color:red;">{prefix}</span>

Of course replace red with any color that you want.