Re: Hide Image Banner section on mobile view Enterprise Theme

Hide Image Banner section on mobile view Enterprise Theme

Evaelle
Excursionist
18 1 1

I use the Enterprise theme and I've created image banners for the desktop site, but I don't want image banner sections to appear on the mobile site. How can I do it?

I created for mobile in the same area a logo list and same issue, how can I do to hide the section on desktop ?

Thank you for your help ! 

 

Capture d’écran 2023-12-01 à 10.56.55.png

 

Capture d’écran 2023-12-01 à 11.59.48.png

 

Replies 7 (7)

websensepro
Shopify Partner
1869 220 266

hy, @Evaelle 

please send page URL with password

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Evaelle
Excursionist
18 1 1

I send you a message

websensepro
Shopify Partner
1869 220 266

Yes, I have made the changes you requested and have provided you with a code. Please follow the code and paste it.

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

websensepro
Shopify Partner
1869 220 266


Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag.

<style>
@media only screen and (max-width: 600px) {
 section#shopify-section-template--21185269662037__92631c17-34a8-4ded-bd3f-c789713bbfbd {
    display: none !important;
}
section#shopify-section-template--21185269662037__a6fb7fc0-6d84-48a5-ac50-b52f8a192b17 {
    display: none !important;
}
div#shopify-section-template--21185269662037__e0398165-688b-45d8-ae29-499ca58ca973 {
    display: none !important;
}
}
</style>
Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Evaelle
Excursionist
18 1 1

Capture d’écran 2023-12-01 à 13.00.19.pngIt's not working 

websensepro
Shopify Partner
1869 220 266

Could you please send a screenshot of the place where you added the code? It will help me

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Evaelle
Excursionist
18 1 1

I send you a text, it's working on the mobile, the image banner is hide, but on the desktop I need to hide the logo list