white color does not dispaly correctly
-
The white color does not displays correctly, so it is better if we can define a black border color so it will be displayed correctly
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-woocommerce-layered-nav .swatches-normal .filter-swatch>span {
border: 1px solid black;
}
Best Regards