I would think rather than deleting the title, you could use some CSS to just hide the title. The event needs a title to be saved in the database, but that doesn’t mean you need to display the title to users.
We’re a bit limited in helping with customizations. But a few tips to help you carry this further include:
- Start by modifying what you can at Appearance ? Customize ? The Events Calendar.
- We generally don’t recommend that you change the theme or plugin’s CSS files directly, as they will be overwritten. To avoid this, follow the steps outlined in Themer’s Guide
- Use overriding CSS?files, or?add CSS?to your site using Appearance ? Customize ? Additional CSS.
- Use !important before a semicolon to override every css rule. It’s a brute force method, but works for quick fixes.
- Please check out this Customizing WordPress #2 – Using Chrome Developers Tools YouTube video in addition to our Using Chrome Developer Tools tutorial on how to easily make changes using CSS.
Thanks
Courtney ??