• <span style=”font-size: inherit;”>In the website </span>https://ojabulayo.nl/<span style=”font-size: inherit;”>, I am using Elementor, and I have set a background image in the Customizer. This image appears on all pages. To make the text readable, I have added a white background behind the text.</span>

    However, on the blog pages, I am unable to set a white background for the text in WordPress. How can I ensure that the text is readable on these pages?

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

Viewing 1 replies (of 1 total)
  • Hi @nicolepluim,

    You can manage those pages background separately with this simple CSS code:

    body.blog.custom-background,
    body.single-post.custom-background,
    body.archive.category.custom-background {
    background-image: none;
    }

    Add it to your site’s Additional CSS, that is located under Dashboard > Appearance > Customize menu.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.