Hello damoncityconnection,
Thanks for reaching out to us.
You can fix the background issues your noticing with some quick CSS. To start, within your current theme (or preferably a child theme) find the file named style.css. Within that file, you can add the following code to make the background transparent for those sections:
.single-tribe_events .tribe-events-event-meta, .tribe-events-list-separator-month { background: none; }
Additionally, if you’re uncomfortable with modifying your site’s CSS, you can test using the “Full Styles” under the display tab to see if that gets rid of some of the specific styling that is conflicting with your theme. https://cloudup.com/cqPF1CjoPsK
I’m sorry I wasn’t able to give you a direct response however I hope this was able to point you in the right direction.
Thanks!