I have a problem and I am not sure how to solve it or if it's even possible: in WordPress I have built a simple event calender. Now I want to style every first event of a certain date. How can I select this first event?
https://arneteubel.com/kunden/rz-test/termine/
This is the demo page. Every event gets it's date as a class so what I am looking for is something like:
- Find elements with the same class
- Select the first element and apply a style
I can not group my events by date…
Now is that even possible? Maybe with PHP or jQuery?
Thank you!