How can I delete background image on mobile devices?

This topic has 5 replies, 2 voices, and was last updated 1 years, 6 months ago ago by EE Eric

  • Avatar: EE Eric
    EE Eric
    Participant
    October 19, 2022 at 12:54

    Hi there,
    How can I delete image on main section on every page, on mobile devices? Look here how it looks now: https://prnt.sc/hC3Ktk56OQMF and https://prnt.sc/38BcGYfQtqHI

    Greetings.

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 19, 2022 at 14:21

    Hello,

    Try to set next settings – https://prnt.sc/lTjwAFqD5qMF

    Regards

    Avatar: EE Eric
    EE Eric
    Participant
    October 19, 2022 at 14:26

    Doesn’t work

    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

    Avatar: EE Eric
    EE Eric
    Participant
    October 19, 2022 at 15:25

    works, thanks

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘How can I delete background image on mobile devices?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.