Those items are added by your theme. You could either make edits to the theme, hide the elements using CSS, or if your theme has options to remove those items, you could use those options. We can help with putting together some CSS to hide those, but we’ll need to see the page source in question.
You can add the following CSS to Appearance > Customize > Additional CSS to hide that header:
.espresso_events .post-header {
display: none;
}
Viewing 3 reply threads
The support post ‘Remove Header’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.