Reply 336924 to: How can I delete background image on mobile devices?

Avatar: Rose Tyler
Rose Tyler
Support staff
October 19, 2022 at 14:48

In this case, use the next custom CSS code for sections:
https://prnt.sc/59V6EDjakxt5

@media only screen and (max-width: 480px) {
    selector {
        background-image: none !important;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.