Hello, the variant images on my website, as in the attached image, are very small on both the product page and the category page. How can I enlarge them?
This topic has 6 replies, 2 voices, and was last updated 1 weeks, 2 days ago ago by Alex Carter
Hello, the variant images on my website, as in the attached image, are very small on both the product page and the category page. How can I enlarge them?
Hello,
Thank you for reaching out to us.
Custom CSS code can be used:
ul.st-swatch-size-normal li.type-image, ul.st-swatch-size-large li.type-image {
width: 50px;
height: 50px;
}
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Warm Regards,
The 8Theme Team
I added the code but there was no change.
Hello,
Could you please let us know exactly where you added the code? Kindly try editing it and adding !important; to ensure it overrides any existing styles.
Best regards,
8Theme’s Team
I added it here
Hello,
We appreciate your prompt response.
We have added the code under Theme Options > Theme Custom CSS – https://prnt.sc/NkU2ec56Jf_z Please feel free to review and modify it according to your specific requirements.
Warm Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up