从预订/约会插件的下拉菜单中编辑文本显示

I am using a bookings/appointments plugin called Booking Ultra Pro and it works using by embedding a shortcode on the page or post you want it to display. After setting up all the settings the way I want, there is one field I wanted to change and that is the Pricing.

First I tried to enter a css code to allow me to enter a price range rather that set price. For e.g. $150 - $400 vs $200; no luck there.

Next, I figured I'd just omit the pricing info displayed next to my name when the front-end user goes to book an appointment with me. I can see the html coding when using the Inspect function in Chrome. And I can easily edit that to show exactly how I want it to display but I can't figure out where to go find and edit what I'm seeing in the Inspect window.

This is the what I'm seeing in Inspect Element: John Doe ($100000.00)

From there I simply removed "($100000.00)" and I can see it display perfectly. However, where do I edit that on the back end of my wordpress site? Can I edit it using custom CSS? Do I have to edit the plugin editor to display the name without the dollar value?

Here is the more complete code shown using Inspect Element:

Inspect Element Code

Thanks