Hey, I want to hide a banner image section on the mobile view and I also know the code for it, and I’ve tried all possible variations but it doesn’t work, here’s the code:
@media (max-width: 767px) {
#shopify-section-template--21337947832665__image_banner_8bYqcU{
display: none !important;
}
are there any other options?