Hello,
When you click on “Choose options”:
- How do you remove the border line or outline around the product pop-up?
(For BOTH website and mobile)?
- Also, how do you center the “Click to view full details” at the bottom?
Thank you very much,
Hello,
When you click on “Choose options”:
(For BOTH website and mobile)?
Thank you very much,
@l1kim can you please share this product page link?
https://putonlovemarket.com/collections/shop-all-candles
(2 products have “Choose options”)
Thank you,
Hi @l1kim
You can follow the instruction below to remove padding:
Go to Shopify > theme > customize > open the Custom CSS
Copy and paste the code below to the section > save.
div.quick-add-modal__content-info {
padding-top: 0;
}
and text center
code:
a.link.product__view-details.animate-arrow {
text-align: center;
}
Here is the result:
Hi @there
You can follow the instruction here :
.global-settings-popup {
border-width: 0;
}
Would you know how to do remove the border from mobile only?