Don't want the prices to show on the recommendations you're displaying on your Shopify store? Removing prices from Better Recommendations widgets is simple. Open Preview mode, click on Custom CSS and add the following line
.betterrecs-price { display: none; }
You'll need to add this on each of the widgets where you want to hide the price.