Hi,
How can I remove the square boxes around the sizes and color options?
https://theothelabel.com/collections/all-clothing/products/echo-pearly-shirt
Hi,
How can I remove the square boxes around the sizes and color options?
https://theothelabel.com/collections/all-clothing/products/echo-pearly-shirt
Hi @JoeyRoo , go to product.css and add the following code :
.variations .product-form__input--block input[type=radio]+label {
box-shadow: none !important;
}
Hello @JoeyRoo
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Thanks. This removed the boxes from the sizes. Is there a way to also remove the boxes from the Color options?
Hi @JoeyRoo
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
If my both solution worked then please like and accept solution.
Perfect! Thank you so much