Hi @tammya1999 ,
Thanks for using our plugin.As you want to remove the comma that appears in the venue details, you can do this by making a small code change. Below are the steps to follow:
Path:
Go to: plugins → template-events-calendar → includes → events-shortcode.php
Find the following line of code:
$venue_details_html .= implode( ”, $venue_details );
Replace this code after line number 230.
Please note that you will need to apply this change manually again after every plugin update, as updates will overwrite custom modifications.
You can also refer to the screenshot for better clarity:
https://prnt.sc/62qJUBvND3Xh
I hope this helps.
Thanks & Regards