Hello,
I want slideshow section in dawn with desktop and mobile banner have different - different can use.
please check,
best,
Sohan
Hello,
I want slideshow section in dawn with desktop and mobile banner have different - different can use.
please check,
best,
Sohan
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; }
}
hello @Dan-From-Ryviu
actually image for both mobile and desktop.
Because you can add 2 slideshow sections, you can add images for desktop and mobile separately.
Is there a way to make it where it doesn’t show both pagination bars? It did stop showing both slideshows but it sill shows both sets of pagination / pause buttons
Can you share the link to your page?
Try this approach – it will hide entire section depending on the screen size: