This video demos how to edit the price range label that is displayed on the event list and grid view in the plugin.

To edit the price range label, go to EDIT EVENT INFO on the event and scroll down the to the MORE area.

Image Placeholder

A price range label will allow you to override the auto-generate price. When overriding, write as normal text and do not use colons.

No= 12:12 

Yes= $12.00

If you completely remove it, it will default back. If you don't want it to be displayed at all, it could be hidden with CSS for all events. 

The CSS code that hides it is: 

.EventListPriceWrapper {display: none; }

Add this code to the CSS plugin area on the plugin you want to modify. Creating a plugin / Editing CSS

Image Placeholder