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.
Just change HEX_COLOR_CODE to an actual hex code.