We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

slideshow section

slideshow section

Sohan2198
Pathfinder
129 9 21

Hello,

I want slideshow section in dawn with desktop and mobile banner have different - different can use.

please check,

best,

Sohan

Shopify_
Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @Sohan2198 

You can add 2 slideshow sections for your store then 

Add this code to Custom CSS of desktop slideshow to hide it on mobile 

@media (max-width: 767px) {
.slideshow { display: none !important; }
}

Add this code to mobile slideshow to hide it on desktop 

@media (min-width: 990px) {
.slideshow { display: none !important; }
}

Screenshot 2024-06-27 at 13.48.28.png

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Sohan2198
Pathfinder
129 9 21

hello @Dan-From-Ryviu 
actually image for both mobile and desktop.

Shopify_
Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Because you can add 2 slideshow sections, you can add images for desktop and mobile separately.

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.