How to Remove Product Description and Price on Collection Page

Hello

May you kindly assist me.

How do I remove product description and price on the collection page.

Hallo @IanIan26

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > assets > base.css

paste below code at bottom(base.css)

.collection.section-template--18159469756722__featured_collection-padding .card__content {
display: none;
}

If you require any further information, feel free to contact me.

Best regards,

I do not have the base.css under Assets.

@IanIan26

go to theme.liquid file paste below code above tag


Hello @IanIan26 ,

Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?

Kind & Best regards,
GemPages Support Team

Please see below.

https://kgqb6oakml2c283a-45899874453.shopifypreview.com

Hi @IanIan26 ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss->paste below code at the bottom of the file:

.product-card__info .product-card__price {
    display: none;
}

I hope it would help you
Best regards,

Richard | PageFly

It worked.

Thank you so much.

1 Like