This topic has 2 replies, 2 voices, and was last updated 4 months, 1 weeks ago ago by Tony Rodriguez
Is there an option in theme to make the image swatches larger ? it a bit small, i think no option in theme to choose another size so are you able to give me a code to increase the size of those image swatches a little bigger ?
Hello, @shawn,
Thank you so much for purchasing our theme and contacting our support center.
To change the variation swatches size, please add next custom CSS code in XStore > Theme options > Theme custom CSS > Global CSS.
ul.st-swatch-size-large li.type-image {
width: 100px !important;
height: 100px !important;
}
We hope this helps. Should you require any further assistance, please do not hesitate to reach out. We are here to help you.
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up