Structure field preview customization

Hello,

I have a structure field that my client uses to input tour dates for her artists. I’d like to provide a visual aid that will help the client see which dates have past. I’m thinking a simple strike through the date. Consider the following concept.

What do I need to do to make that happen? Do I have to make a custom field or is there some way to achieve this with a hook?

Please advise.

1 Like

You can create a custom date field preview, add a class for dates in the past and then style with CSS.

More examples in this plugin:

Thanks for the direction @texnixe