• Hello

    I want to turn off the background image from taking over the background of the form column when the webpage is resized for mobile viewports.
    Currently, my form column background is set to default color but custom background column is an image. When the login page is viewed via mobile, for some unknown reason, the background of the form column changes itself to the custom image background. I want to prevent this from happening. I cannot find any setting to prevent this from happening.
    How should I prevent this?

    Thanks for this awesome easy to use plugin!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @ngrhd,

    Thank you for reaching out!
    Can you please send me your website’s url so I can take a look and investigate?

    Thank you,
    Mihaela

    Thread Starter moisture9063

    (@ngrhd)

    Hello @mplusb

    Please visit this login page.

    Is there a way to disable background image from taking over the background white color of form column during mobile viewports.

    Hi @ngrhd,

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

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

    Warmly,
    Mihaela

    Thread Starter moisture9063

    (@ngrhd)

    Thank you!

    You’re most welcome!

    I found this thread for the same reason. If you use a background inmage close in color and brightness as the text and logo, the text and logo are difficult to see. I think this CSS Hack should be built into the plugin in the “background” section. With a “turn background image off on mobile” of select.

    Mick

    (@haarbollen)

    I tried your hack, it doesn’t work, unfortunately.
    I even tried to put it in the stylesheets in the plugin itself

    (@blakemiller) – yes, would be nice

    Mick

    (@haarbollen)

    Update – didn’t ‘throw’ it into the extra css for the plugin, just for the theme.
    My bad – it works by now – thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Turn off background image when resized’ is closed to new replies.