MyBB Community Forums

Full Version: Change Sticky thread color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I change sticky thread color as mybb have ?
the sticky background color we are seeing on this community is from mysupport plugin

you can change the colors for trow_sep class in global.css ...
That only changes its title, I found its forumdisplay_sticky class, but Where is this class??
Add the following code in global.css;
.forumdisplay_sticky
{
background-color: #666666 !important;
}
Thanks, Worked, I was getting crazy finding this class :p