Hi,
Thanks for using our plugins. I can try to help out here, but I am limited in supporting customizations, but can help get you started.
I looked at your site and see what you mean, however, there is no feature to hide the 2nd or 3rd icon.
You could follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
And modify the single event widget template and check if the icon has already been used and if so then do not show it again.
events-calendar-pro\src\views\pro\widgets\modules\single-event.php
The logic would look something like this:
Set global variable
If ( previous date = current date )
do not show
else if (previous date != current date)
show current date
Let me know if you have any follow up questions.
Thanks