XF 1.5 Change background color of stats cell on discussion list

Doom PhD

New member
I've looked everywhere for these and even managed to change the color directly behind the text, but is there a setting or code to recolor the whole cell?

Thanks,
Doom.
 
I must be inserting it at the wrong spot. Where in the discussion_list template are you placing it? Or are you sticking it in EXTRA?

Thank you for all your help.
 
Does anyone know how to convert this fix for XF2?
I tried this and it didn't work, of course.

Code:
/* Change color of thread list stats cell */

.discussionListItem .stats {
background-color: #1b2838  !important;
}
 
Top Bottom