Change look of item for overdue items

Is there a way with CSS to change the look (e.g. font color, bullet color, etc.) of an overdue item? I understand how to change the look of the date itself but I’m looking to change the item so that e.g. if the date is inside the note, I could readily see overdue items even when notes are hidden.

I’m pretty sure I’ve seen something in the big custom CSS thread about doing that but you need to toggle on the option to highlight overdue dates in the settings for any customisation to be effective

I’m going to say no because the .is-overdue class only occurs on the date and CSS doesn’t support selectors up the tree, only down.

That’s what I suspected, thought I’d give it a try with people smarter than me :smile: