[ad_1]
Plugin Support
Darian
(@d0153)
Hi @baynem
Thanks for reaching out. Let me help you with this one.
By default, the excerpt is hidden in the calendar’s list view on mobile. To change that, you can add the following CSS to Appearance > Customize > Additional CSS, and see if that works for you:
.tribe-events-calendar-list__event-description.tribe-common-a11y-hidden{
display: block !important;
visibility: visible !important;
}
I hope this helps. Let me know if you have further concerns.