Home Forums WoodMart support forum css – resize the variation image for product pages only

css – resize the variation image for product pages only

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #411339

    loralora
    Participant

    I use photos for swatch variations – for color.
    What is the correct css code for me to use to resize the variation image for product pages only? (only for see photo))

    body .wd-swatch {
    width: 90px
    height: 120px;
    }

    This works for the product page.
    But it also increases the size of the swatch attribute for archive pages and for sliders of different product selections on the product page.

    #411341

    loralora
    Participant

    FOTO

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

    Hello,

    Please try the below-given custom CSS code.

    body.single-product .wd-swatch {
       width: 90px
       height: 120px;
    }

    Best Regard

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