Front Page › Forums › HRM › Changing Colour of Event names › Reply To: Changing Colour of Event names
April 10, 2019 at 2:38 pm
#37125
Mehedi Hasan
Member
Hello @Chris
The CSS should be like:
.fc-day-grid-event .fc-h-event .fc-event .fc-start .fc-end {
background-color: #FF5354;
border-color: #FF5354;
}
Change the color as per your needs.
Note: It’s better to insert the custom CSS on your theme or child theme CSS file.
Thanks