MyBB Community Forums

Full Version: Change the Post-it CSS?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, 

Can I change the style of the Important Threads? I want change it in forumdisplay.

Thanks in advance.
what exactly you want to change... you can define the required rules for the css selector "td.forumdisplay_sticky"...

eg:


td.forumdisplay_sticky {
    background: #A1A1A1;
    color: #FFFFFF;
}

td.forumdisplay_sticky a {
    color: #FFFFFF;
}


if you are using a custom theme with different css selectors, you might want to change the code accordingly... provide your forum url and test account (if guests cant view) for further assistance....