Have your say in Community Polls: What was/is your greatest motivation to start your own business?

remove thumbnail image on product page and put a slider dots on Dawn Theme

Solved

remove thumbnail image on product page and put a slider dots on Dawn Theme

GM15
Excursionist
33 1 2

Hello, 

I would like to remove the image thumbnail below my product image and only put a slider dots like the image attached and put some little arrow to go through the image . thank you for your help.

my website:

Screenshot 2024-06-29 at 17.42.08.png

what I want:

Screenshot 2024-06-29 at 17.38.27.png

my website is https://lachaise.co

password : Password25!

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
10261 2039 2110

This is an accepted solution.

Hi @GM15 

You can try to add this code to check

.thumbnail-slider .thumbnail-list {
    justify-content: center;
}
.thumbnail-slider .thumbnail-list__item.slider__slide {
    width: 16px !important;
    border-radius: 50%;
    border: 1px solid #012694;
    overflow: hidden;
}
.thumbnail-slider .thumbnail-list__item .thumbnail[aria-current] {
    background: #012694;
}
.thumbnail-slider .thumbnail-list__item .thumbnail img { opacity: 0 !important; }

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 7 (7)

PageFly-Noah
Shopify Partner
1317 233 277

This is Noah from PageFly - Shopify Page Builder App

Hi @GM15, this part belongs to the theme's settings. Can you check again in the theme settings in the Product information section to see if this change is included? Normally, some themes will allow users to change from showing list thumbnails to not showing list thumbnails

 

Best regards,

Noah | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

GM15
Excursionist
33 1 2

this is not possible on the dawn theme unfortunately.

GM15
Excursionist
33 1 2

Hello @Dan-From-Ryviu , you solved some of my issue before so thought you could know how to resolve that. thank you.

Dan-From-Ryviu
Shopify Partner
10261 2039 2110

This is an accepted solution.

Hi @GM15 

You can try to add this code to check

.thumbnail-slider .thumbnail-list {
    justify-content: center;
}
.thumbnail-slider .thumbnail-list__item.slider__slide {
    width: 16px !important;
    border-radius: 50%;
    border: 1px solid #012694;
    overflow: hidden;
}
.thumbnail-slider .thumbnail-list__item .thumbnail[aria-current] {
    background: #012694;
}
.thumbnail-slider .thumbnail-list__item .thumbnail img { opacity: 0 !important; }

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

GM15
Excursionist
33 1 2

this is working, thanks a lot.

Do you also know how i could add arrow on left and right side of the image to slide through the image on desktop and mobile ? thanks 

 

Ambiancehome
Tourist
6 0 1

Where to Place this code? Thank you

Dan-From-Ryviu
Shopify Partner
10261 2039 2110

Hi @Ambiancehome 

You can try to add this code at the bottom of base.css file

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.