MyBB Community Forums

Full Version: sticky thread background change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to change the background of sticky threads as its done on this forum.
They are using: http://mods.mybb.com/view/mysupport

However you can do this without a plugin.

Add the following code in your theme's global.css;

.forumdisplay_sticky{
     background-color: HEX_COLOR_CODE !important;
}
^^ but there is no such .forumdisplay_sticky{
background-color: HEX_COLOR_CODE !important;
}

in the thehe,, plz hlp any1..
You add it in yourself. Smile Just change HEX_COLOR_CODE to an actual hex code.