Home › Forums › Jevelin Theme › Removing the Gallery images from products on the shop page
Home › Forums › Jevelin Theme › Removing the Gallery images from products on the shop page
We are using WooCommerce Additional Variation Images and in order for it to work, the gallery images have to be set for the product.
However, the product shown in the shop pages now shows a gallery image when you hover over it.
Can this feature, within the shop pages be removed?
Thanks.
Also, on the single product page there is supposed to be additional variation images in smaller thumbnails underneath the main image. As you can see in the page (hidden), the gallery images are showing up as full size. How can I make them the proper size?
Thanks.
Hi @davey1975,
Thank you for your questions.
We are using WooCommerce Additional Variation Images and in order for it to work, the gallery images have to be set for the product.
However, the product shown in the shop pages now shows a gallery image when you hover over it.
Can this feature, within the shop pages be removed?
You have to develop custom code to remove it.
Also, on the single product page there is supposed to be additional variation images in smaller thumbnails underneath the main image. As you can see in the page (hidden), the gallery images are showing up as full size. How can I make them the proper size?
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25% !important;
}
Best regards,
Shufflehound team
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.