Hello,
Generally, the Theme has the Catalog mode option available under the Dashboard > Theme Settings > Shop > under that you can enable the Catalog mode: https://snipboard.io/CWBs9j.jpg
Under the Catalog mode enabled, it will hide all “Add to cart” buttons, cart widgets, cart, and checkout pages. This will allow you to showcase your products as an online catalog without the ability to make a purchase.
But if you specifically want to hide the Price on your Site for the Products then a Custom CSS would be required to apply. Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.product-grid-item .price {
display: none !important;
}
Hope this helps!
Best Regards.