MyBB Community Forums

Full Version: Changing "Important Threads" and "Normal Threads" bg color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i change Changing "Important Threads" and "Normal Threads" background color
Sticky threads (or important threads) have forumdisplay_sticky class. To style it in global.css (that is used by your theme) add

.forumdisplay_sticky {
 background-color:#eaeaea;
}


Replace #eaeaea hex color with your new one.
well , cant find it in global.css
It's not located in global.css, that's why i said to add it.
You need to use Advanced Mode to be able to add new class and ids to a CSS file.
Thank you, i wanted this but actually wanted to change their titles background color also
------------------
Important Threads
------------------

Check my threads please, i have more questions