Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    If you want to remove the overlay, please try using this css:

    .header-overlay:before {
        background: none !important;
    }

    If you want to keep the overlay, but lighten it slightly, please try adding this instead:

    @media screen and (min-width: 50em) {
        .header-overlay:before {
            background: rgba(25, 41, 48, 0.3);
        }
    }

    The css above can be added to your site via the customizer in Appearance > Customize > Additional css.

    If the css doesn’t work, please let me know, and I can take a closer look.

    Thanks ??

    Thread Starter apmanronvad

    (@apmanronvad)

    It works, thanks a lot !
    (I’m an absolute beginner, I might need help, from time to time ;-))

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lighten the front page photo ?’ is closed to new replies.