MyBB Community Forums

Full Version: Sticky thread background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

How do I change the background color of sticky threads?

This used to work on 1.6 but now not anymore?

.forumdisplay_sticky {

   background-color: blue;
}
Something like this?

td.trow2.forumdisplay_sticky {
background-color: blue;
}

MikeInToshx

Didn't work. But I found out how I can make it work.

.forumdisplay_sticky {

  background-color: blue !important;
}
ah of course sorry

With crome inspector, it works without !important; here at mybb