This topic has 3 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Kapil Dev
Screenshot Attached
There is not any option to increase height and width of variation swatches images on single shop page.
Hello @Kapil Dev,
You can adjust the height and width of the variation swatches on the single product page using Custom CSS.
To do this, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and modify the values as needed.
.single-product ul.st-swatch-size-large li.type-image {
width: 100px !important;
height: 100px !important;
}
Best Regards,
8Theme’s Team
Thanks
The issue related to '‘How to increase Height and width of Variation Swatches on Single Shop Page of Variable Product’' has been successfully resolved, and the topic is now closed for further responses