Ah okay. I understand. Then try this please
body:has(#shopify-section-product-template-1) button.artplacer-button.en.btn.btn-7.btn--full.btn-theme.product-form__cart-submit {
display: none;
}
Goal: Disable the image zoom and a specific widget on only one product page template in a Shopify store.
Key details:
button.artplacer-button.en.btn.btn-7.btn--full.btn-theme.product-form__cart-submit.product-template-1.liquid (e.g., “A Roll of Backgammon”) but keep visible on product-template-7.liquid (e.g., “Beauty”).Actions taken:
base.css).Final solution:
body:has(#shopify-section-product-template-1) button.artplacer-button.en.btn.btn-7.btn--full.btn-theme.product-form__cart-submit { display: none; }Notes:
Status: Partially resolved (widget scoped correctly; zoom still open).
Ah okay. I understand. Then try this please
body:has(#shopify-section-product-template-1) button.artplacer-button.en.btn.btn-7.btn--full.btn-theme.product-form__cart-submit {
display: none;
}