Home Forums WoodMart support forum Product Variation by material

Product Variation by material

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #292186

    Zverddej
    Participant

    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.
    #292253

    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

Viewing 2 posts - 1 through 2 (of 2 total)