Search Events Calendar Child Theme for Divi Documentation
Search for answers or browse our knowledge base.
How to customize event date and time colors?
To change the background color and text of the event time and date on the events page, add the below CSS code in Divi Theme Options.
.tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime
{
background-color: #ffffff;
color: #000000 !important;
}