Select color options for variable products
-

_7Participant
How to define the boundaries of color attributes in variable products. For example, white is not visible on a white background.
Attachments:
You must be
logged in to view attached files.

_7Participant
how do I make the borders of the white option black?

_7Participant
see the attachment
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body .swatch-on-grid.swatch-with-bg {
border: 1px solid black;
}
Best Regards

_7Participant
Thanks! Turn out.
How do I do the same in the product profile?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-swatch.swatch-with-bg[style$="#ffffff"] {
border: 1px solid rgba(0,0,0);
}
Best Regards