Shopify themes, liquid, logos, and UX
Hi
how can i add new banner slider section for desktop and mobile in sense theme
sir
I need to add different images for mobile slider
Or is there any apps for that
Hi
this Tapita Page Builder can use seperate images slider for desktop and mobile ?
Are You sure, this builder app can use seperate images sliders for desktop and mobile because this is payed app
please suggest any apps for seperate images banner slider of desktop and mobile
Hello @1689
Its Artzen Technologies! We will be happy to help you today.
This is achievable in sense theme. Below are the steps to achieve this.
1. Go to customize your theme and add two Slideshow section to your home page where you want to show it.
2. And, add images for desktop in one slideshow and add images for mobile screen in another slideshow , after that save the changes.
3. After save , preview your store by followed screenshot given below:
4. Moreover, go and do changes done by followed screenshot given below:
5. Edit code in "base.css" file on the basis of the slider Id (id is denoted by #), then copy the code given below and paste in the end of your base.css file:
6. (max-width :767px) it is for mobile screen , and (min-width:768px) it is for desktop.
@media screen and (max-width : 767px){
#shopify-section-template--16848388555001__c3717efa-0784-4009-9f9f-23ded40d1360{
display : block;
}
#shopify-section-template--16848388555001__1e4db76a-bd65-46ee-988f-d45b2b84b1e1{
display : none;
}
}
@media screen and (min-width : 768px){
#shopify-section-template--16848388555001__c3717efa-0784-4009-9f9f-23ded40d1360{
display : none;
}
#shopify-section-template--16848388555001__1e4db76a-bd65-46ee-988f-d45b2b84b1e1{
display : block;
}
}
Let me know if need further assistance
Regards,
Artzen Technologies
We can add images slider in our shopify store without using any App:
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