• Resolved seboaus

    (@seboaus)


    Hello,

    I’m not sure why but I have set the background colour to white but it appears there is a darkened transparent overlay on top of everything except the logo. I want to remove this. I have disabled the admin login too.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    You can add this to the Maintenance Custom CSS:

    .main-container:after{opacity:0;}

    Hi, i have the same problem but it doesn’t works. I tried to use a white img as background too. Could you please help me? Ty

    • This reply was modified 1 year, 11 months ago by gianlucaweb.
    Thread Starter seboaus

    (@seboaus)

    Are you putting the css into the css field in the plugin settings page or in the additional css page on your theme? Must be on the plugin settings page.

    Try putting body>.main-container:after{opacity:0;} if it still doesn’t work.

    Also, the preview function will show the dark overlay regardless of what CSS you put in, I had to check if it’s working by enabling the maintenance screen and checking the live site.

    Hi, thank you for your reply. I tried to put the code into the css field in the plugin settings page and in the additional css page of the theme. The new code still doesn’t work too.

    Just add !important to the css to overrule, that will help:
    .main-container:after{opacity:0!important;}

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Dark overlay on maintenance page.’ is closed to new replies.