css – resize the variation image for product pages only
-
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.
FOTO
Attachments:
You must be
logged in to view attached files.
Hello,
Please try the below-given custom CSS code.
body.single-product .wd-swatch {
width: 90px
height: 120px;
}
Best Regard