May I ask which text specifically do you want to lighten up? The date numbers, days of the week, the event name and times, the text within the tooltip, or something else?
You can darken those items by adding a bit of CSS:
.fc-day-number {
color: #000 !important;
}
aside li {
color: #111 !important;
}
aside li a {
color: #111 !important;
}
You’ll likely want to use your own color hex codes, but the selectors will select the calendar day numbers and items in the sidebar. Much of these things are controlled by your WordPress theme, but the nice thing about WordPress is now it includes a built in Additional CSS panel where you can add CSS like the above. The Additional CSS panel is located in Appearance > Customize > Additional CSS.
The support post ‘Event calendar FONT’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.