• Resolved jtacbas

    (@jtacbas)


    Over a year ago, I had the same problem as the user in this support thread below:

    https://ww.wp.xz.cn/support/topic/background-color-stays-gray-despite-changes/

    At the time, the recommended CSS fixed the issue of my background of the Maintenance screen being gray despite all the settings in the plugin were selected to be white / #ffffff.

    Well, the background is back to being gray, again. Can you please tell me what I need to do to fix this issue? Thank you!

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

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

    (@talextech)

    Hi,

    The same solution should fix it 😊
    Add this to the plugin’s custom CSS field:
    body > .main-container:after { background-color: transparent; }

    Thread Starter jtacbas

    (@jtacbas)

    This CSS is still in place, yet the background shows as gray. That’s why I’m inquiring here.

    Hi, same problem here. Worked well on another website a weeks ago (and still working). I think it depends on the theme you use.

    I’ve found this solution :
    .main-container::after { background-color: transparent!important}

    Hope this help

    Thread Starter jtacbas

    (@jtacbas)

    @emmanuelugo Hey, that worked for me! Thank you so much for the help! I appreciate it!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Gray background despite CSS recommended’ is closed to new replies.