prestige theme remove the shop now button on collection page

Solved

prestige theme remove the shop now button on collection page

Marllz
Excursionist
20 0 11

Marllz_0-1644597470161.png

 

So as you can see i want when people browse my product collection page,  there is no shopnow button just the product image and price 

 

how do i delete the shop now button? as the prestige theme doesnt have that feature ?

 

Accepted Solution (1)
Dbuglabpvtltd
Shopify Partner
705 75 117

This is an accepted solution.

@Marllz 

Use this css

.template-collection .ProductItem__ViewButton.Button.Button--secondary {
  display: none !important;
}
banned

View solution in original post

Replies 8 (8)

Dbuglabpvtltd
Shopify Partner
705 75 117

Hi @Marllz 

There will be option on theme customizer theme settings.
If not then you can do this by coding remove the code from product-listing file.
Or you can use display none css for this.

banned
Marllz
Excursionist
20 0 11

how?

Dbuglabpvtltd
Shopify Partner
705 75 117

@Marllz 
Share your store URL

banned
Marllz
Excursionist
20 0 11
Dbuglabpvtltd
Shopify Partner
705 75 117

This is an accepted solution.

@Marllz 

Use this css

.template-collection .ProductItem__ViewButton.Button.Button--secondary {
  display: none !important;
}
banned
Marllz
Excursionist
20 0 11

thank you so much! but where should i put this on?? theme.scsss ??? 

Dbuglabpvtltd
Shopify Partner
705 75 117

@Marllz  yes

banned
Marllz
Excursionist
20 0 11

Yes wonderful! it works! thank you