Where it says in top left for example “Feb 14 - Feb 18” I would like to be able to do two things:
- Not show the end date and just show the start date, i.e. “Feb 14”
- Override the whole date for example so I can say “All Week”, or “Ongoing”, etc.
Where it says in top left for example “Feb 14 - Feb 18” I would like to be able to do two things:
Unfortunately, there is no option to replace the date with the custom text. However, you can hide the end date in the event card with the help of this CSS code:
.eapp-events-calendar-date-element-endContainer {
display: none;
}
Just add this code to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it worked
Thanks! Is there some reference on all the CSS we can customize?
Glad to tell you that we have a CSS Codes category where you can find the most popular codes for different apps (including Event Calendar). Feel free to check it out - Event Calendar - Elfsight Community