Hey Erin,
Thanks for getting in touch. Let me help you with that CSS.
If you want to make the date smaller, then paste this in your theme’s style.css and change the font-size to your liking:
.tribe-events-schedule h2 {
font-size: 2.6rem;
}
For the Recurring line, this:
.single-tribe_events .tribe-events-schedule .recurringinfo {
font-size: 1em;
}
And to make that | disappear, add this:
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
display: none;
}
Let me know if this answers your questions. 🙂
Cheers,
Andras