Event Calendar CSS

Hello, it seems that the Concert Hall Event Calander Widget might be perfect for me. I need a few tweaks to the CSS to get it going perfect. I would like “Past Events” to instead say “Upcoming Group Buys” If the large square dates in the upper left could be completely removed, that would be perfect (just for past events). Thanks in advance.

1 Like

Hello @211 and welcome aboard the aircraft called Elfsight Community :airplane:. Please fasten your seat belts :seat: because you are going to be stormed by our friendliness and incredible support :heart_hands:.

You can change the Past Events text in your widget’s settings. You just need to follow these steps:

  1. Choose Content tab and click on Messages:

  1. In the Past Events section you can change the text:

As for the square dates removal, I am happy to provide you with a special CSS code:

.eapp-events-calendar-layout-pastEvents .eapp-events-calendar-grid-item-date {
    display: none;
}

Please add this code to the Custom CSS section on the last tab in your widget’s settings and let me know if it helped.