Remove Images Under Main Product Image

Solved

Remove Images Under Main Product Image

TuneToyz
Explorer
91 0 22

My website is TuneToyz.com and I wanted to remove the images under my product image which I circled. 

Thanks

PNG image.png

 

Accepted Solution (1)
BSSCommerce-TC
Shopify Partner
225 49 51

This is an accepted solution.

Hi @TuneToyz ,

 

Sure , please try this one

 

  .carousel.product__image-thumbnail.flickity-enabled.is-draggable {
    display: none;
  }

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution. Thank you very much

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 3 (3)

BSSCommerce-TC
Shopify Partner
225 49 51

Hi @TuneToyz ,

 

You can follow these steps

Step 1: Go to Online store > Themes > Edit code and find base.css file

Step 2: Insert below code at the end file and Save the

 

@media screen and (max-width: 750px) {
  .carousel.product__image-thumbnail.flickity-enabled.is-draggable {
    display: none;
  }
}

 

 

Result: 

BSSCommerceTC_0-1721929192854.png

 

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
TuneToyz
Explorer
91 0 22

Can you help move it on PC aswell

BSSCommerce-TC
Shopify Partner
225 49 51

This is an accepted solution.

Hi @TuneToyz ,

 

Sure , please try this one

 

  .carousel.product__image-thumbnail.flickity-enabled.is-draggable {
    display: none;
  }

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution. Thank you very much

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency