Howdy Myke,
I would love to help you with this. What you want will require adding a new file and a couple folder to your website. If you are not connected to your site via FTP, then you might need to use the server backend to create these.
The first step is to familiarize yourself with our Themer’s Guide. From there create an override for this file:/wp-content/plugins/the-events-calendar-community-events/src/views/community/edit-event.php Now you can edit the community add/edit page to your hearts content. To remove the image for instance, find this line and delete it or comment it out:
<?php tribe_get_template_part( 'community/modules/image' ); ?>
To add some text to the page, find the spot you want it in and insert it.
I realize this is probably more technical of a modification than you were hoping, but there is no easier way to perform it. If you have any questions along the way, just ask. We’re happy to help as best we can. That answer your questions so far?
Cheers!
– Brook