Hello Karen,
Sorry for the radio silence, Shelby got help up unexpectedly so I’m jumping in to help out.
I checked your site and if I understand correctly you would like to adjust the font size of the event title and event date.
For the event title copy the following css snippet into your theme’s style.css file (or if there is a place for it in the Avada settings then there):
#wrapper .post-content h2.tribe-events-single-event-title {
font-size: 20px;
}
For the date you can use this:
.single-tribe_events .fusion-events-featured-image .fusion-events-single-title-content .tribe-events-schedule h3 {
font-size: 14px;
white-space: unset;
}
Adjust the font sizes as needed.
Hope this helps, let us know.
Cheers,
Andras