Remove 'from' price from home page and collection pages

I have been trying for way to long to adjust the ‘from’ price on the home page and collection pages to a different variant. It appears this just isn’t possible as every solution I’ve been presented with doesn’t work!

So…how do I just remove the ‘from’ price completely?

www.fanfriends.com.au, scroll down a little and you’ll see our featured collection with the ‘from’ price - I need this to ideally be a different variant, but if not, just remove the pricing from it completely. The same would need to apply to the collection pages too.

Please help out a stressed small business owner who has had this on her to-do list for wayyyy to long!

Thanks!

Sarah

Hello Sarah,

Removing it is relatively easy if I had access to your stores liquid files. However, it is a bit difficult to instruct how to do it yourself without knowing the details of the files.

I can help you fix this for free; I am Melbourne based Shopify app developer (our app JsRates). You can contact me on support@jsrates.com

Regards

Behailu

Hi @FanFriends ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save

{% if template.name == 'index' or template contains 'collection' %}

{% endif %}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hi @FanFriends

You can remove this text from Online Store > Themes > Edit default theme content.

Search From {{ price }}, remove From and save

Thanks. This removed the word ‘from’ but not the price itself. I can follow basic code and wonder if there is a way to change the code you offered so that it reads ‘from $xxx’ with the price being a different variant other than the cheapest?

For context, I sell sets of 3, 4 and single items. People are assuming because it says ‘from $14’ that a set is $14, when this is the cost of a single item when people are looking for at least a set of 3. In theory I guess this is possible, but just can’t quite figure it out.

I appreciate your response and any extra help you can offer.

Sarah