Hi how do I make the borders on my selected variants on my colour swatches thicker?
Please share your site URL,
I will check out the issue and provide you a solution here.
Please add this CSS to your theme
.variant-input-wrap input[type=radio]:checked+label{
box-shadow: 0 0 0 4px #1c1d1d !important;
}
Thanks!
Thank you!