Removing the Gallery images from products on the shop page

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • davey1975
    Participant

    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.

    davey1975
    Participant

    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

Viewing 3 posts - 1 through 3 (of 3 total)