I am having an issue with the color of the text in my calendar. I know how to change the text color, but not all text has changed when reviewing my calendar. Some are still white in color instead of the black that I have chosen. Is there a way to change the individual event’s text color?
1 Like
Can you share link to page where you use Calendar?
2 Likes
Hi there @SDFRW_Website
Sure, I’ll check it with the devs and will get back to you a bit later
@SDFRW_Website Please add this code to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped:
.fc-event-main {
color: #000 !important;
}