• I’ve got a background image on my site, which I want, however the image overpowers the content and I’m wondering if there’s a way to put an overlay to distinguish the content.

    Such as the example on my squarespace site here: https://www.photosentience.com

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    Yes, need to add some css code to do it. Can you please add a background image and let me know so that I can give the correct css code to do it?

    Thread Starter nickmclamb1

    (@nickmclamb1)

    Background image uploaded.

    Thank you!

    Try using the below code to do it. Edit the color code as per your need –

    .elementor-section.elementor-section-boxed>.elementor-container {
        background: rgba(255, 250, 250, 0.5);
    }
    Thread Starter nickmclamb1

    (@nickmclamb1)

    This works great! Can I add a little more on the sides without expanding the content itself?

    Thank you!

    Thread Starter nickmclamb1

    (@nickmclamb1)

    Also, it’s on all of my main pages but not on a few others: https://raleighrep.com/roselaurel/

    I think it’s because I’m not using elementor to publish them, is there a code for non-elementor pages?

    Try the below code instead of the previous one and check it works or not –

    div#primary {
        background: rgba(255, 250, 250, 0.5);
        padding: 50px 20px 50px 20px !important;
    }
    .elementor-section.elementor-section-boxed>.elementor-container {
        background: rgba(255, 250, 250, 0.5);
        padding: 50px 20px 50px 20px !important;
    }
    Thread Starter nickmclamb1

    (@nickmclamb1)

    That works great! However, only the top code is necessary.

    Glad to hear that it is fixed!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Content Overlay?’ is closed to new replies.