Doom PhD New member Nov 1, 2016 #1 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'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.
Doom PhD New member Nov 1, 2016 #3 Amaury said: Do you mean "Replies" and "Views"? Click to expand... Yup! The box they appear in, anyway. Upvote 0 Downvote
Amaury said: Do you mean "Replies" and "Views"? Click to expand... Yup! The box they appear in, anyway.
Doom PhD New member Nov 1, 2016 #5 Amaury said: .discussionListItem .stats Click to expand... I found that. And I put the background tag in. That does not recolor the full cell, just the background immediately behind the text. Upvote 0 Downvote
Amaury said: .discussionListItem .stats Click to expand... I found that. And I put the background tag in. That does not recolor the full cell, just the background immediately behind the text.
Doom PhD New member Nov 1, 2016 #7 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. Upvote 0 Downvote
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.
Amaury Well-known member Nov 1, 2016 #8 EXTRA.css is better to use rather than the individual CSS templates as it's all in one place. Upvote 0 Downvote
Doom PhD New member Nov 3, 2016 #9 Amaury said: EXTRA.css is better to use rather than the individual CSS templates as it's all in one place. Click to expand... I have .discussionListItem .stats { background-color: #1b2838; } in EXTRA.css and it made no change. Am I screwing up the syntax? Upvote 0 Downvote
Amaury said: EXTRA.css is better to use rather than the individual CSS templates as it's all in one place. Click to expand... I have .discussionListItem .stats { background-color: #1b2838; } in EXTRA.css and it made no change. Am I screwing up the syntax?
CZ Eddie Active member Jan 1, 2019 #12 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; } Upvote 0 Downvote
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; }