How to hide section on mobile view only - Warehouse

Solved

How to hide section on mobile view only - Warehouse

slatty
Explorer
56 0 12

Please can someone help me hide this promotional block section on mobile view so that it only shows on desktop please

slatty_0-1667504936848.png


Theme: Warehouse
URL: https://fvdvmdwkpcmoittf-63671140606.shopifypreview.com

Thanks In Advance! 🙂

 

Accepted Solutions (2)

Litos
Globetrotter
688 169 150

This is an accepted solution.

Hi @slatty,

Go to Assets > theme.css and paste this at the bottom of the file:

@media screen and (max-width: 640px) {
  #shopify-section-template--16585046556926__6235d9c4-6db7-4c09-becd-e2d225c2a523 {
    display: none !important;
  }
}

Hope it helps!

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.

View solution in original post

Litos
Globetrotter
688 169 150

This is an accepted solution.

Hi @slatty,

Please add code here:

Screenshot.png

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.

View solution in original post

Replies 9 (9)

Litos
Globetrotter
688 169 150

This is an accepted solution.

Hi @slatty,

Go to Assets > theme.css and paste this at the bottom of the file:

@media screen and (max-width: 640px) {
  #shopify-section-template--16585046556926__6235d9c4-6db7-4c09-becd-e2d225c2a523 {
    display: none !important;
  }
}

Hope it helps!

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
slatty
Explorer
56 0 12

Hey,

The code didn't work i'm afraid - its still showing on mobile 🙂

Litos
Globetrotter
688 169 150

Hi @slatty,

Please send me the preview link, I will check it for you

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
slatty
Explorer
56 0 12
Litos
Globetrotter
688 169 150

Hi @slatty,

Please add the code } here, it will work fine

Screenshot.png

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
slatty
Explorer
56 0 12

Sorry, where do I find that please & do I put the same code you sent before?

Litos
Globetrotter
688 169 150

Hi @slatty,

Please go to Assets > theme.css file, find '#shopify-section-template--16585046556926__6235d9c4-6db7-4c09-becd-e2d225c2a523' and add code as my instructions

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.
slatty
Explorer
56 0 12

Hi @Litos,

I have added the code next to the parts you mentioned but it's still not working. I may be doing something wrong I am afraid.

Please could I ask to share collaborator access as I am not great with coding

I don't mind paying for the help 🙂 

Kind Regards
Santino

Litos
Globetrotter
688 169 150

This is an accepted solution.

Hi @slatty,

Please add code here:

Screenshot.png

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.