• Resolved deannajm

    (@deannajm)


    I added

    body > .main-container:after { background-color: transparent; }

    to the plugin’s custom CSS field, but I still get the “darkening effect” of my background color. The Maintenance plugin is the only plugin that I have activated right now.

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

    (@talextech)

    body > .main-container:after { background-color: transparent !important; } should work. If not please post your website URL ??

    Thread Starter deannajm

    (@deannajm)

    I added

    body > .main-container:after { background-color: transparent !important; }

    but it still is not working. My SSL certificate is currently expired so you will probably get a warning, but my URL is https://www.j-n-skids.com. Thanks!

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Sorry, my mistake, I forgot the cleanup function removes the greater-than sign >. Change your CSS to body .main-container:after { background-color: transparent !important; } and it should work ??

    Thread Starter deannajm

    (@deannajm)

    It worked – thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘cannot get rid of the “darkening effect” of my background color’ is closed to new replies.