Hi @lorigibson,
Thanks for reaching out!
The WordPress Customizer offers you the ability to adjust the styles for our plugin sitewide, including font sizes. You’ll find this under Dashboard > Appearance > Customize > The Events Calendar.
If you prefer to ONLY adjust these elements, you can use the following CSS. You’ll add this under Dashboard > Appearance > Customize > Additional CSS:
time.tribe-events-calendar-list__month-separator-text {
font-size: 30px !important;
}
.tribe-events-calendar-list__event-date-tag-weekday {
font-size: 20px !important;
}
.tribe-events-calendar-list__event-date-tag-daynum {
font-size: 30px !important;
}
Of course, you can customize the font sizes to your liking to make them larger or smaller. Let me know how it goes!
Thank you,
Erica
-
This reply was modified 2 years, 6 months ago by
Erica.