Remove product images from the bottom of a product page

Solved
xHeadMan
New Member
2 0 0

Hi there,

 

I'm having trouble removing the auto-generated images that appear at the bottom of a product page. I'd like to just straight remove them. If there's a way to replace these images with other images, that would also be useful!

 

I've attached in image of what I mean.


Any help appreciated! 

Image.png

Accepted Solution (1)
Jasoliya
Shopify Expert
4725 616 1183

This is an accepted solution.

Hi @xHeadMan 

Thats your variants images, In this theme you have option to hide variant image from theme editor:

1. Open theme editor->go to product page from top select box-> select "Product pages" from left side bar and then check "Hide variant images in gallery" option.

2. Add this css in your asset->theme.scss file at bottom:

.product__subimage-list{display:none;}
Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here

View solution in original post

Replies 85 (85)
KetanKumar
Shopify Partner
36588 3628 11811

Hello, @xHeadMan 

Please share your site URL,

So I will check and provide a solution here.

Want to modify or custom changes on store hire me.

If helpful then please Like and Accept Solution.

Email: bamaniyaketan.sky@gmail.com

Skype : bamaniya.sky

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Jasoliya
Shopify Expert
4725 616 1183

This is an accepted solution.

Hi @xHeadMan 

Thats your variants images, In this theme you have option to hide variant image from theme editor:

1. Open theme editor->go to product page from top select box-> select "Product pages" from left side bar and then check "Hide variant images in gallery" option.

2. Add this css in your asset->theme.scss file at bottom:

.product__subimage-list{display:none;}
Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
xHeadMan
New Member
2 0 0
Changing the code worked! Thanks a lot 🙂
JackyFromWelly
Tourist
4 0 1

Hey, 

i have the same problem but with the boundless theme, how do i fix it on that theme?

because adding the .product.. doesnt fix it for me. Neither putting it to the other .product's or at the end.

 

Thanks in advance

Jasoliya
Shopify Expert
4725 616 1183

Hi @JackyFromWelly 

In this theme we have same selector for main image and variant image so we have to add class in just variant images so we can hide it by class.

Open section->product-template.liquid file and find bellow comment code:

{% comment %}
      Show other product images below product info if there's any left to show
    {% endcomment %}

Now add 'hide_var_img' class in 'product__photo' div as per image:

then add this css in asset->theme.scss fiel at bottom:

.hide_var_img{display:none;}

image.png

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
Extenfullhair
Tourist
3 0 1

Hello-

 

I would like to remove the image for some of my products. I would like my services to show as a list without any images.

Jasoliya
Shopify Expert
4725 616 1183

Which theme you have send store url 

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
Extenfullhair
Tourist
3 0 1
KetanKumar
Shopify Partner
36588 3628 11811

Hello, @Extenfullhair 

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Extenfullhair
Tourist
3 0 1
KetanKumar
Shopify Partner
36588 3628 11811

@Extenfullhair 

Thanks 

can you please check the theme setting 

enable thumbnail 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
silknsoleil
New Member
11 0 0

Hi, i also use Narritive theme and my product photos are at the bottom of the page. Can I move them up with my initial product photo?

DWXavier
New Member
2 0 2

HI HI ! 
I am experiencing the same problem. Can you assist ? Here’s is my URL Link : dxpectation.myshopify.com 

KetanKumar
Shopify Partner
36588 3628 11811

@DWXavier 

thanks for it 

can you please add this 

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.hide_var_img.product__photo.grid__item.medium-up--one-half {
    display: none;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
DWXavier
New Member
2 0 2
OMG IT WORKED !!!!! Thank you so much for all of your help.
KetanKumar
Shopify Partner
36588 3628 11811

@DWXavier 

it's my pleasure to help us

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Azco
New Member
1 0 1

Can you please help me ? I'm using Supply theme.

 

Thank you

KetanKumar
Shopify Partner
36588 3628 11811

@Azco 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Jasoliya
Shopify Expert
4725 616 1183

Hi @Azco follwo this

1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss Or theme.css-> paste bellow code in bottom of file

 

.product-photo-thumbs{display:none;}

 

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
MerDesDieux
New Member
2 0 0

Hi, 

I'd like remove the image the image at the bottom of my page. My website url is below.

https://www.merdesdieux.com/collections/wave-seals/products/printed-silk-scarf

MerDesDieux
New Member
2 0 0

Nvm I think I figured it out.

Ondrejj
Excursionist
16 0 8

Hello,

I fixed in my boundless theme the product images show down there (thank you), but down there is still showing preview image of the product and on the product mein image is imege from variant and i want to have the prewiew image to be that image down there. Can you please help me?

Thank You.

Jasoliya
Shopify Expert
4725 616 1183

Send me store url will check

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
Ondrejj
Excursionist
16 0 8
Mu url: to-be-comfortable.myshopify.com (in section of product) password for the page: cialde. And is this free?
Thank you.
Jasoliya
Shopify Expert
4725 616 1183

I see you mean 2 big image displaying on top right ?

but if we hide one then it will look like not proper, so we have to change whole product page like two column (left main image with bottom slider of all thumb image + right side all information)

like https://sample-store-1331.myshopify.com/products/codify-product?preview_theme_id=81217355843

but for that you have to pay so if want pm me

Best regard 

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
Ondrejj
Excursionist
16 0 8

Hello,

I don't want to pay. I mean it from mobile phone wiev and i thing there is wrong in a code (just remove the mein image of product (don't show down there)) so if you can help me for free with the code i will be happy.

Thank you.

Jasoliya
Shopify Expert
4725 616 1183

I see this is not possible by direct code, need to manage some code, because default one variant selected so its changing image to variant image.

You have to do code that do not selected default variant on page load, and you cant do it as for that need customization, hire developer from shopify expert or pm me 

Best regard 

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
Jasoliya
Shopify Expert
4725 616 1183

Dont worry you no need to pay anything

1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss Or theme.css-> paste bellow code in bottom of file

@media only screen and (max-width: 767px) {
     .product__photo.grid__item.medium-up--hide{display:none;}   
    }

 

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
Ondrejj
Excursionist
16 0 8

Hello,

Thank you that worked, but my mein image of product doesnt show on product. With witch code i can fix that.

Thank you

Ondrejj
Excursionist
16 0 8

Hello,

Thank you that worked, but my mein image of product doesnt show on product. With witch code i can fix that.

Thank you

KetanKumar
Shopify Partner
36588 3628 11811

@Ondrejj 

please show me issue image!

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Ondrejj
Excursionist
16 0 8

IMG_20210919_092227.jpg

IMG_20210919_092449.jpg

KetanKumar
Shopify Partner
36588 3628 11811

@Ondrejj 

yes please give this product url

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
KetanKumar
Shopify Partner
36588 3628 11811

@Ondrejj 

you have added unnecessary code please revert and ck

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Ondrejj
Excursionist
16 0 8

Doesn't work, mein image is still doesn't show. 

KetanKumar
Shopify Partner
36588 3628 11811


@Ondrejj 

can you please check your default theme code its work?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Ondrejj
Excursionist
16 0 8

I don't want to reset whole site. I have done a lot of work with this site.

I hope you understand me, thank you.

KetanKumar
Shopify Partner
36588 3628 11811

@Ondrejj 

yes please sent me your theme zip code so i will check and let you know 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Ondrejj
Excursionist
16 0 8

I don't know where to find that zip code.

KetanKumar
Shopify Partner
36588 3628 11811

@Ondrejj 

download your theme and sent

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
KetanKumar
Shopify Partner
36588 3628 11811

@Ondrejj 

thanks, i have tried but theme was crack doesn't upload

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Ondrejj
Excursionist
16 0 8

Now should work.

Ondrejj
Excursionist
16 0 8

Now should work, please check it.

Thank you.

KetanKumar
Shopify Partner
36588 3628 11811

@Ondrejj 

let's have check

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Ondrejj
Excursionist
16 0 8

Did you check that?

Thank you.

Ondrejj
Excursionist
16 0 8

Hello, can you check that plase?

Jasoliya
Shopify Expert
4725 616 1183

send me store url

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
Ondrejj
Excursionist
16 0 8

to-be-comfortable.myshopify.com

KetanKumar
Shopify Partner
36588 3628 11811

@Ondrejj 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
mylonc
New Member
4 0 0

Hey! @Jasoliya  This solution seems to work great but apparently not with the Boundless theme which I use. Do you have a solution for that theme too? 🙂 I want to hide the variant images and only show 1 image (the product image) and have only the variants show when they are being selected by a customer. My store is thirsty-pal.com and password thirstypal (It's designed for mobile devices only)

Jasoliya
Shopify Expert
4725 616 1183

Hi @mylonc 

For this theme need to add selector to variant images after that we can remove or hide it.

right all images are generating in same selector div. PM me, also need to change page structure because main image showing at left side in this theme. 

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
silknsoleil
New Member
11 0 0

Can we move them under the product image? s its a slide gallery?

Jasoliya
Shopify Expert
4725 616 1183

Send your store url.

 

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
visivo
New Member
1 0 0

i am having the same problem, but I cannot fix it. Can someone help me pls?

Jasoliya
Shopify Expert
4725 616 1183

Send your store url

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
ip93
Tourist
10 0 2

Hey! I have the narrative theme and the same problem. I tried to insert the code in scss but it's not working!

Thank you in advance!

Jasoliya
Shopify Expert
4725 616 1183

Send your store url

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
ip93
Tourist
10 0 2
Jasoliya
Shopify Expert
4725 616 1183

Add this css:

.product__submedia-list{display: none;}
Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
ip93
Tourist
10 0 2

Works! Great! 

 

Thank you very much! 

 

Have a nice day.


@Jasoliya wrote:

Add this css:

.product__submedia-list{display: none;}

 

caprempeh
New Member
1 0 0

Hi, 

 

Is there a way to do this for the Debut theme please? 

I've tried but with no luck unfortunately 😞

 

Thank you!!

Jasoliya
Shopify Expert
4725 616 1183

you can hide it by my give css bu you cant make it like debut theme for that we have to change many code for thumb mages. 

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
Bells_beach
New Member
2 0 0

Hey I also have the narrative theme and this problem.. Can you help me out?
Really want to remove the product pictures right under the product.

Thanks in advance.

Jasoliya
Shopify Expert
4725 616 1183

add this code:

.product__submedia-list{display: none;}
Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
Bells_beach
New Member
2 0 0

Where exactly in the code?

thanks in advance.


@Jasoliya wrote:

add this code:

.product__submedia-list{display: none;}

 

Luke121
Excursionist
15 1 4

Hey Jasoliya adding this code in narrative theme doesn't work for me is there any other code

Jasoliya
Shopify Expert
4725 616 1183

Hi @Luke121 

Send your store url i will check

Want custom changes? hire me.
3 months of Shopify are available for $1/month. Look here.
Email us Or WhatsApp, Try our Free app for product bundles.
Want to get Free review and advice for sale on store ?? just text me here
jamieszt
New Member
1 0 0

Hi,

I am trying to remove the small product images under my main image but keep them as variants so when a customer picks that variant, the main image changes to that specific variant paired with the hidden picture if that makes sense? I am using the minimal theme. At the moment I have about 28 or so small images under the main image, also as you can tell I'm new to this, is my shopify URL literally the domain name?

 

I've seen various replies saying add this code

.product__submedia-list{display: none;}

but where in the code for product-template.liquid is this added?

 

I really would appreciate if someone could clear this up for me!

Jamie