MyBB Community Forums

Full Version: Important threads background-color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hi guys,

How can I change the Important threads background-color? like mybb. But I obviously would choose another color.. Big Grin
By important you mean sticky threads ?


Add this in your global.css and save it.
.forumdisplay_sticky {
   background-color:blue;
}

Replace blue with your desired background color.

MikeInToshx

Thanks, worked like a charm aswell.