Shopify themes, liquid, logos, and UX
Hello for https://themes.shopify.com/themes/split/styles/cuber/preview in the Slideshow I have made two slideshows. One that should be displayed for Mobile users, and one for Desktop users.
1. What code can I enter in Custom CSS on Desktop Slideshow to display it on Desktop, but not on Mobile.
2. And what Custom CSS code can I put Mobile Slideshow, so that it'll display only when viewed on mobile, but not on desktop?
Thank you everyone 🙂
Hey @SellingWithAlex
pls refer to image Banners for Every Device
Hope this helps.
Hi Sonya,
Is Image Banner and Slideshow the same thing?
No, the image banner shows only image
No. they are not same. but I think you can achieve your needs by the same way
Okay, thank you for this I guess?
My question was about the Slideshow
Add two slideshow sections in your theme editor. one for mobile, one for desktop. and then using css to hide one of them.
the implement logic is the same as mentioned in the blog I shared. You can have a try:)
Hi @SellingWithAlex,
- For desktop: Please add code:
@media screen and (max-width: 768px) {
.site-box-container {
display: none !important;
}
}
- For mobile: Please add code:
@media screen and (min-width: 769px) {
.site-box-container {
display: none !important;
}
}
Please create 2 Slideshow sections from your theme customization, then add CSS code below for each section.
Add this code to the Custom CSS of the desktop section.
@media (max-with:749px) {
.css-slider-viewport { display: none; }
}
Add this code to the Custom CSS of the mobile section.
@media (min-with:750px) {
.css-slider-viewport { display: none; }
}
- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- 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.
- En...Sign up now.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025