How to hide a specific section on desktop view?

Hi,

im looking to hide this section in desktop

my site is https://luxurymrkt.com

thank you

1 Like

you can add it (at the top of the file theme.css)

@media(min-width:767px){
#shopify-section-template–15648732545205__background-image-text.index-section–flush{display:none !important}
}

1 Like