• Resolved bennyboopers

    (@bennyboopers)


    I want to remove the column bg image for mobile devices because it makes the login form look creepy, and comical for mobile devices, but looks fine for tablet-desktop. I tried some CSS but I’m not very good at that yet.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @bennyboopers,

    Please add this code in Appearance > Customize > Additional CSS:

    @media screen and (max-width: 900px) { .ml-container .ml-extra-div {
    	background-image: none;
    } }

    Warmly,

    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘Remove BG Image for Mobile Devices’ is closed to new replies.