MyBB Community Forums

Full Version: Change Sticky Thread's Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I've tried to put this into global.css but no use Sad
.forumdisplay_sticky {

  background-color: blue !important;
}


Site: https://gamebot.org/forums, running MyBB 1.8.4 Smile

Thanks Smile
Try using the background property and not the background-color property.
(2015-05-07, 08:37 PM)Mipher Wrote: [ -> ]Try using the background property and not the background-color property.

Not working Sad
Any other suggestion?
have you hard refreshed your browser (eg. CTRL + F5) on a forum display page after saving code in global.css ?
(2015-05-08, 04:01 AM).m. Wrote: [ -> ]have you hard refreshed your browser (eg. CTRL + F5) on a forum display page after saving code in global.css ?

I used Incognito Tab to check it...

Not working Sad

btw just promoted the Clone to admin, pls take a look Smile
^ it is working. I could see red background for the sticky threads (however skyblue color suits)
(2015-05-08, 04:35 AM).m. Wrote: [ -> ]^ it is working. I could see red background for the sticky threads (however skyblue color suits)

Changed to skyble but I see no difference...
Other mod doesn't see it too..
Weird...
Screenshot: http://prntscr.com/72t9e5 Smile
Try to clear your browser cache. Do you use cloudfare?

I see the change correctly: http://prntscr.com/72xw8k
(2015-05-08, 03:15 PM)Mipher Wrote: [ -> ]Try to clear your browser cache. Do you use cloudfare?

I see the change correctly: http://prntscr.com/72xw8k

Yeah I do use CF Smile

Maybe it is the problem then Smile

Thanks Smile

btw is there any way to highlight only 1 post between those sticky thread?
Yeah that's because you have activated the development mode on Cloudfare.

(2015-05-08, 05:13 PM)HaiAnhh Wrote: [ -> ]btw is there any way to highlight only 1 post between those sticky thread?

What do you mean? An example?