Hi,
I want to remove the price on all my collection pages on mobile and on desktop.
Here is the link of my website : https://www.five-pocket.com/
Best regards.
Hi,
I want to remove the price on all my collection pages on mobile and on desktop.
Here is the link of my website : https://www.five-pocket.com/
Best regards.
Go to your online store → edit code → component-card.css file and paste this code in the end of file
.card-information .price{
display: none !important;
}
is it also possible to remove the product title please
paste this code in the file as well for that
.card--standard>.card__content .card__information {
display: none !important;
}
it works but I cant click on the item now! Can you correct this please ?
use this code
.card__information {
padding-bottom: 0;
padding-top: 0;
height: 0px;
opacity: 0;
}
It works but this create a space between the picture that I don’t like. Can you please do the same while keeping the space tight