Product Variation by material
-
Hello, I would like to create woocommerce variable product that varies in materials (fabric, leather, eco-leather etc.) I tried to make it from attributes, though it works, the material attribute preview circles are too small to show the texture of the material.
I want to note that I don’t have product images in variable materials, just the basic model.
What would be the best way to do this?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .swatch-on-single.swatch-with-bg {
width: 50px;
height: 50px;
}
Change the size as per your needs.
Best Regards