I entered the following code into my themes custom css because the date/time was displaying larger than my event title was.
.tribe-events-schedule h2 {
font-size: 18px;
margin: 0;
}
It worked, but for some reason the date/time font size displays differently on the list view than it does on the single event page. In other words, I like the ratio of event title to date/time font size on the list view of my calendar, but on the single event pages, the date/time is still a little big. How can I get them to display the same?