Thanks for sending that! I just took a look at the main events page – didn’t make any changes 🙂
Try adding the following CSS to the Additional CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme:
#tribe-events-content .tribe-events-calendar td .tribe-events-month-event-title a:before {
content: "";
}
#tribe-events-content .tribe-events-calendar td .tribe-events-month-event-title a {
font-size: inherit;
}
I tested this out on my end (see screenshot), and it should get rid of the checkmarks and get the titles displaying (the font size was being set to 0).
Let me know if this works for you!
Thanks,
Jennifer