1. I want to add a border outside that variable selection are ( please see the red color in the image attached below )
2. There's a thin white line below each variable selection , I want to remove or change its color ( please see orange color in the image attached below )
HI , I would like to change the color , size of headings for variables section option on single product page
I have attached an image for better understanding
Attached files: variable.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.woocommerce div.product form.cart .variations label {font-size: 14px;
font-weight: normal;
color: #000;
}
Regards,
PenciDesign.
Thanks , but I have few more queries.
1. I want to add a border outside that variable selection are ( please see the red color in the image attached below )
2. There's a thin white line below each variable selection , I want to remove or change its color ( please see orange color in the image attached below )
Attached files: variation 3.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
.woocommerce div.product form.cart {border: 2px solid #000;
padding: 30px;
}
Regards,
PenciDesign.