1 Like
Add the desired code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:
/*the numbers of the time*/
.eapp-events-calendar-time-time {
color: black;
}
/*time background*/
.eapp-events-calendar-time-component{
background-color: white;
}
/*icon*/
.eapp-events-calendar-time-icon{
fill: red;
}
2 Likes