MyBB Community Forums

Full Version: apply css class to sticky threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there an easy way to do this or should i turn to conditionals?

EDIT: never mind stupid question i figured it out Sad
For future note, this is how it apply;

Open your theme's global.css and add the following class;
.forumdisplay_sticky
{
background-color: #efefef !important;
}

It'll change your sticky thread's background color Smile
Thanks Yaldaram - I sort of guessed that Brad did not want an answer and had probably seen this thread:

http://community.mybb.com/thread-129492.html

Big Grin
yeah, though in the end i did use template conditionals to insert an icon Big Grin
(2012-11-19, 04:16 AM)brad-t Wrote: [ -> ]yeah, though in the end i did use template conditionals to insert an icon Big Grin

Images!!!

* Leefish boggles at http requests Toungue

Today I am proud to say I made a breakthrough and used an image for styling purposes. GOSH.
Nope. Font-Awesome sprite.
(2012-11-19, 04:20 AM)brad-t Wrote: [ -> ]Nope. Font-Awesome sprite.

You restore my faith in you.

* Leefish mumbles about a font loading Toungue