Change product images to larger boxes underneath featured image

Hello,
Is there a way to place larger product images underneath the main featured image. Instead of the small product images on the top right, I would like thumbnail images underneath the main image.

Screenshot to show current setup.
Screen Shot 2018-08-26 at 9.18.53 PM

I want to make it a scrollable main image with the option to click the images underneath.

Thanks,
Alex

Hi Alex,

To achieve that you can add the code below in you child theme’s functions.php file.

add_action( 'after_setup_theme', 'remove_woo_three_support', 11 ); 
function remove_woo_three_support() {    
    remove_theme_support( 'wc-product-gallery-slider' );    
}


For more information, kindly refer to the link below

Hope this helps.

I was looking for something more like this. instead of the bullets at the bottom, a small thumbnail image.
Screen Shot 2018-08-27 at 10.45.14 AM

Thanks,

Hi There,

That is technically possible. However, that would fall beyond the scope of our support since it would require custom development.

I recommend you try with this plugin instead:

https://demos.iconicwp.com/woothumbs/product/ship-your-idea-3/

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.