Search Events Calendar Child Theme for Divi Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

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;
}
Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Please Share Your Feedback
How Can We Improve This Article?