MyBB Community Forums
Change the Post-it CSS? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Change the Post-it CSS? (/thread-169926.html)



Change the Post-it CSS? - Sasori - 2015-04-22

Hello, 

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

Thanks in advance.


RE: Change the Post-it CSS? - mmadhankumar - 2015-04-22

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....