MyBB Community Forums

Full Version: Thread title colour change (for one thread)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I'm using mybb 1.8.6

I'm trying to find out if it is at all possible to change the colour of one thread title so it stands out in a list of sticky threads.

kind of like this

[Image: threads.png]

Cheer Rusty.
add this to global.css of your theme...

span#tid_X a {
    color: #0072bc !important;
}


PS: replace X with the number corresponding to the tid of that thread.... and change the color code as required...
(2016-02-04, 08:43 AM)mmadhankumar Wrote: [ -> ]add this to global.css of your theme...

span#tid_X a {
    color: #0072bc !important;
}


PS: replace X with the number corresponding to the tid of that thread.... and change the color code as required...

Thanks I will try that in abit.
That worked a treat thank-you.
This should be a feature implemented in 2.0 or at least a plugin, actually, it seems fairly useful to do this, especially if you want to highlight a topic without sticking it anywhere, or marking an issue without having to use tags on the site like 'help' 'suggestion' or whatever, you could colour code it...