can we make this add to cart pop up tranparent?
https://redpandaoutdoor.in/products/mantis
Topic summary
A user asks how to make the “add to cart” pop-up transparent on their Shopify store (redpandaoutdoor.in).
Solution Provided:
- Navigate to: Online Store → Themes → Actions → Edit Code → theme.css
- Add the following CSS at the end of the file:
.product-quick-add.is-visible {
background: transparent;
}
- Save the changes
Status: The solution appears to have been accepted, with the helper requesting feedback through likes if the solution was helpful. A result screenshot was shared showing the implementation.
Hello @Emiway
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.
.product-quick-add.is-visible {
background: transparent;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks

