If you want to display the multiple days event in the Events element, you might notice that End Date is displayed in another size. In this article you can find out how to display the End Date in the same size, as Start Date.
Here how it looks like:
What we are going to achieve:
Prerequisites
1. You have inserted an Events element in your page;
2. You have multiple days event in your Calendar
Step 1: Open the settings of Events element
Open the settings of the Events element and navigate to Custom CSS tab:
Step 2: Insert Custom CSS code
Please copy and insert Custom CSS code you above:
.shortpoint-event-same-month .shortpoint-event-end { font-size: 100%!important; }
That's all. Now your Events element are displaying the Start Date and End Date of multiple day event in the same size.
Related articles: