I found this answer in your support pages for removing titles. But this appears to be global. How can I limit it to just the Events pages (not the main Events page, but when you click through on an individual event)?
/Header text removal/ #header .bottom-header h1 {
display: none;
}
I have decided to go with the global solution and then re-add titles in the body of the text on those pages that are also affected by the global solution.
But now I have the problem that the h1 headers aren’t resizing on mobile. How can I fix that?