Tagged: CSS, enfold, Event calendar, loading, Widget
Hi,
I’m having issues with the Event Calendar Pro widget on my main page. I wrote a ticket to tri.be, they said the issue is most probably coming from the Enfold css settings. Here is their response: http://tri.be/support/forums/topic/calendar-widget-nonstop-loading/
On the main page of my site you can see the 2 issues: widget still loading, and today’s date not displayed.
Please take a look at it, and let me know how to fix it.
Thanks a lot in advance,
Hey kiralybalazs!
Try adding this to your custom CSS.
.tribe_mini_calendar_widget .tribe-events-present:hover a {
color: white !important;
}
.tribe_mini_calendar_widget .tribe-events-present a {
color: #bf2026 !important;
}
.tribe_mini_calendar_widget .tribe-mini-calendar-nav img {
display: none !important;
}
Regards,
Elliott
Worked perfectly, thank you for the assistance.