Hidden The Section In Desktop

Hi I have a section on the home page that has only one big picture (one I paste below) how can I hide it completely in tdesktop and only leave it in mobile. thank you

1 Like

Hello @beaknhtn

This is Amelia at PageFly - Shopify Advanced Page Builder app.

Could you please provide me with the URL so I can check it for you?

1 Like

Thank you for helping

Pass: biangu

Url: www.matibrnd.com

1 Like

Hello @beaknhtn

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

@media (min-width: 767px){
#Banner-template--18448488431883__image_banner_Vm3g8D {
    display:none;
}
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

1 Like

Thank you, but it not working

Hello @beaknhtn

You may try the following steps:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

@media (min-width: 767px){
#Banner-template--18448488431883__image_banner_Vm3g8D {
    display:none !important;
}
1 Like