Joeychgo Well-known member Sep 29, 2022 #1 Where is the control for the Background Color for read vs unread?
TPerry Well-known member Sep 29, 2022 #2 Joeychgo said: Where is the control for the Background Color for read vs unread? View attachment 274038 Click to expand... If I remember correctly (I didn't note this in my EXTRA.less but I think this will control the unread ones. Code: .js-alertsMenuBody .alert.is-unread, .alert-list .alert.is-unread { background-color: #473838; } . I would have to go back in and play with it to see what the read ones are... or is it simply the unread you want to highlight? As an aside, this probably would have gotten a quicker response in the styling area for support. Upvote 0 Downvote
Joeychgo said: Where is the control for the Background Color for read vs unread? View attachment 274038 Click to expand... If I remember correctly (I didn't note this in my EXTRA.less but I think this will control the unread ones. Code: .js-alertsMenuBody .alert.is-unread, .alert-list .alert.is-unread { background-color: #473838; } . I would have to go back in and play with it to see what the read ones are... or is it simply the unread you want to highlight? As an aside, this probably would have gotten a quicker response in the styling area for support.
Joeychgo Well-known member Sep 29, 2022 #3 Tracy Perry said: As an aside, this probably would have gotten a quicker response in the styling area for support. Click to expand... yeah, my goof- but thank you Upvote 0 Downvote
Tracy Perry said: As an aside, this probably would have gotten a quicker response in the styling area for support. Click to expand... yeah, my goof- but thank you