Hello,
Thanks for reaching out! I’d be happy to help you with this.
You can remove the image upload section by customizing the template. We have instructions on how to do that here in our themer’s guide, and the template you’ll want to grab can be found at wp-content/plugins/the-events-calendar-community-events/src/views/community/edit-event.php. Once you’ve copied it over into your child theme as described in the themer’s guide, you can remove the following line:
Did you try changing the color for featured events under Appearance > Customize > The Events Calendar > General Theme > Featured Highlight Color? You might need to clear your browser’s cache after changing it to be able to see the difference. If it’s still not showing up, you can try changing the “Default stylesheet used for events templates” setting under Events > Settings > Display. Finally, you may need to add some custom CSS. If needed, the following should override the color for you:
.tribe-event-featured {
background: #fff !important;
}
Let me know if this helps!
Thanks,
Jennifer