Hello
May you kindly assist me.
How do I remove product description and price on the 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
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.
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.
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.