Home Forums WoodMart support forum Linked variations img size too small

Linked variations img size too small

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

    hamster2116
    Participant

    Dear support, please provide code to resize the linked variations images if possible. At the moment, the images are very small – too small for both desktop and mobile users in my opinion. Or is something wrong with my theme? The swatch shows the product photo and is very tiny and barely legible. Please review attached screenshot. Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #422787

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .wd-swatches-single.wd-swatches-product.wd-bg-style-1.wd-text-style-1.wd-dis-style-1.wd-size-default.wd-shape-round .wd-swatch.wd-bg.wd-tooltip.wd-enabled.wd-tooltip-inited {
        width: 100px;
        height: 100px;
    }

    Best Regards.

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