color swatches border background
-

hiParticipant
is it possible in the options of the panel to change the color of the border arround a color swatch?
All states, initial, hover and active
Attachments:
You must be
logged in to view attached files.
Hello,
Go to Products > Attributes > edit color Attributes > Swatch > change the swatch style.
Screenshot for clarification:
https://ibb.co/hBksZzj
Best Regards.

hiParticipant
what class should i use in order to make the border more dark/black?
Hello,
Try to add the following custom css code in theme settings > Custom CSS:
[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg, [class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text {
box-shadow: 0 0 0 var(--brd-width, 6px) rgb(16 16 16) inset !important;
}
Change the code as per your need.
Best Regards.