how to make the option image bigger on the grid product of new arrivals
-
hi
how to make the option image bigger on the grid product of new arrivals?
on the homepage, there is a new arrivals container showing some products who all show their option images,
but they are too small,how to make it show bigger?
sincerely
Attachments:
You must be
logged in to view attached files.
Hi bestshop24h,
Thanks for reaching to us and appreciate your patience.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div[class*=wd-swatches]{
--wd-swatch-w: 1.2em;
--wd-swatch-h: 1.2em;
}
Regards,