#1. Suppose you want to change these event title’s color

#2. First, you need to find the Event URL. In my example, we will have
- /events-full/event-05
- /events-full/event-06


#3. Use this code to Custom CSS box
a.eventlist-title-link[href="/events-full/event-05"] {
color: #f1f !important;
}
a.eventlist-title-link[href="/events-full/event-06"] {
color: red !important;
}

#4. Result
