Hide section on mobile fashionopolis theme

Hi all, How do I hide the image banner and the custom liquid under it in the mobile version of this website?

https://1cfqh8nrjiafqhrh-57082871865.shopifypreview.com

Thanks for your help.

Hi @urbantis ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/stylesheet.css->paste below code at the bottom of the file:

@media screen and (max-width: 749px) {
    #shopify-section-template--15819733532729__804a19f0-45aa-4914-852d-86031e92772c,
    #shopify-section-template--15819733532729__70dd08de-0cde-4ec6-bda8-e709e6f0d74f {
        display: none;
    }
}

I hope it would help you
Best regards,

Richard | PageFly