Hide subscription from shop grid
-
Greetings team Xtemos !
Would you be able to recommend some steps to remove the display of subscriptions on the product grid : https://cln.sh/dSdnDn
Best Thanks,
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .price {
display: none;
}
Regards.
Xtemos Studios.
Thank you Aizaz for your support š
The code removed the whole price, but it brought me on the right direction. Here is how I was able to remove the subscriptions from showing in the grid :
.product-grid-item .wcsatt-sub-options {
display: none;
}
Best Thanks for your time š
Most Welcome!!!.
Iām so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Hide subscription from shop grid’ is closed to new replies.