Tagged: theeventscalendar
We’re testing the free version of The Events Calendar on our website: https://www.speakingofhope.org/sohevents and no matter which settings we choose in The Events Calendar settings, the calendar doesn’t display properly (you can see that it blends into the background). Is there a fix on the Enfold side of things? Also, events that we’re saving are not posting to the actual calendar. I’ll check with Events Calendar support, but I also wanted to check here to see if anyone had experience with this. Thank you.
Hey jfoahs04,
Thank you for the inquiry.
Did you configure the event style in the customizer?
// https://theeventscalendar.com/knowledgebase/k/wordpress-customizer/
If you want to add a background behind the event container, this css code should help.
.tribe-common-l-container.tribe-events-l-container {
background: #ffffff;
}
Best regards,
Ismael
Thanks so much! Didn’t even notice the customizer feature and it worked perfectly. Thanks again.