Variations are too small in quick add to cart
-
Hi there, im trying to figure out where i can change the size of images and text variations when trying to quick add to cart, i attached some images for you to see, i have this problem on both mobile and desktop versions.
Please help
Hi henalon123,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div[class*="wd-swatches"] {
--wd-swatch-w: 1.5em;
--wd-swatch-h: 1.5em;
}
Regards,