I was confounded by what seemed to be a simple tweak involving how products displayed on the collections page, products that have price varying options. For example, I have wristbands that have different prices based on the color, so on the collection page in which they appeared, it would say "Studded leather cuff from $29.90". I didn't want it to show that.
Here's how you do it:
Online store---actions---edit code....then click on snippets and in snippets find the file called product-loop.liquid, open it and look for and remove this line of code : {% if product.price_varies %}<small>{{ 'products.general.from' | t }}</small> {% endif%}
Save, and there you go.