• Hi there! Not sure what happened, but black background have disappeared from the website. Text is still there, but not visible now, as background is white. I tried googling and checking that myself but didn’t succeed. I have uninstalled all plugins and cleared cache but it didn’t solve the problem. Would appreciate your help. Thank you!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Poonam Namdev

    (@poonam9)

    Hi @zinchyk,

    Thank you for using Otter Blocks.

    I have checked your site and the background color is set to transparent so I suggest you to check the section’s background color.

    If you don’t find it, please add the following CSS under Appearance > Customize > Additional CSS section to fix this issue.

    div#wp-block-themeisle-blocks-advanced-columns-5a83b79b { background: black;
    }

    Hope it helps.

    Thread Starter Iuliia Zinchyk

    (@zinchyk)

    Hi Poonam,

    Thank you for the advice! It did fix the issue on the Home page, but did not fix it on the About page. Do I need to paste this CSS anywhere else? Thank you!

    Plugin Support Poonam Namdev

    (@poonam9)

    Hi @zinchyk,

    For about page, the section has different id so you can use the following CSS code to fix this issue.

    div#wp-block-themeisle-blocks-advanced-columns-350732b2 {
        background: black;
    }

    Let me know if you succeed – I’m happy to help.

    Thread Starter Iuliia Zinchyk

    (@zinchyk)

    All works, thanks a lot for your help, Poonam!

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

The topic ‘Black background disappeared’ is closed to new replies.