Shopify themes, liquid, logos, and UX
Hi, I have this page that has subscription options available, but I don't want to have subscription options showing anywhere other than product detail pages. How do I remove the Seal Subs section from this page? https://vidavitalmedicalshop.com/collections/all
Solved! Go to the solution
This is an accepted solution.
Hi @jasminsharp97
Please put this code in theme.liquid before body closing tag </body>
<style>
.product-grid-container .sealsubs-target-element.sealsubs-full[data-seal-ac],
.product-grid-container .sealsubs-target-element.sealsubs-full[data-seal-in] {
display: none;
}
</style>
Check if it works
Thanks!
let try to add this custom css code:
.product-grid-container .sealsubs-target-element.sealsubs-full[data-seal-ac],
.product-grid-container .sealsubs-target-element.sealsubs-full[data-seal-in] {
display: none;
}
This is an accepted solution.
Hi @jasminsharp97
Please put this code in theme.liquid before body closing tag </body>
<style>
.product-grid-container .sealsubs-target-element.sealsubs-full[data-seal-ac],
.product-grid-container .sealsubs-target-element.sealsubs-full[data-seal-in] {
display: none;
}
</style>
Check if it works
Thanks!
That worked thank you!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025