Solved

Remove product price from collection screen

Mad_Modeler
Pathfinder
183 2 33

I have created a product with variants, and created a collection for it.

 

On the Collection screen it's showing the price, I just want an image linking to the products page.

 

See  image

ammomig.png

Accepted Solution (1)

diego_ezfy
Shopify Partner
2935 562 883

This is an accepted solution.

 

Hey @Mad_Modeler 

This will quickly fix your problem:

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid and paste this at the bottom of the file:

body.template-collection .price{
    display: none !important;
}


Please let me know whether it works.

 

◦ Follow my blog & youtube for coding tutorials. Most questions in here are already answered there!
◦ Top #4 Shopify Expert, 24h reply. Click here to hire me.
Download copy/paste code snippets that can replace most apps.

View solution in original post

Replies 16 (16)