Hi there @tribeavp,
Thanks for getting in touch with us and sorry to hear about this change in your site. I cannot recall the update you mention (maybe it was a theme update?), but this sounds like something that could totally have happened and I’m missing it 😉
You can use a CSS snippet to modify this, I’m not sure how it looked before but I’m guessing the title was big and bold! Paste the code below in your theme’s (or child theme’s) stylesheet file, or via Simple Custom CSS plugin:
/* Make list view title bigger */
.tribe-events-list-event-title a {
font-size: 1.5em;
font-weight: bold;
}
Please let me know if this works for you,
Best,
Nico