Change background and color of the day of the weeks (Monthly layout)

Add this code to the Custom CSS field on the Style tab of your Event Calendar widget’s settings:

th [role = "columnheader"] {
background-color: red !important;
}

.fc-col-header-cell-cushion {
color: white;
}
1 Like