How to get rid of Collection list buttons?

Solved

How to get rid of Collection list buttons?

iHavPet
Excursionist
66 0 6
Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11721 2297 2478

This is an accepted solution.

Hi @iHavPet 

Please add this code to your theme.liquid file, after <head> in Online Store > Themes > Edit code 

<style>
.collection-list .card--standard>.card__content {
opacity: 0;
height: 0;
padding: 0;
}
</style>

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
11721 2297 2478

This is an accepted solution.

Hi @iHavPet 

Please add this code to your theme.liquid file, after <head> in Online Store > Themes > Edit code 

<style>
.collection-list .card--standard>.card__content {
opacity: 0;
height: 0;
padding: 0;
}
</style>

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.