• Resolved Hathawulf

    (@hathawulf)


    Is there any possibility to remove the grey/black overlay on the background image?

    Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Hathawulf,
    did you ever resolve this problem? I would be very interested in how you did it!

    Thanks,
    Gea

    Thread Starter Hathawulf

    (@hathawulf)

    Hi gea16161,
    Unfortunately not.

    Hi Hathawulf,

    This is what I did in my child-css and it worked:

    .header-image::after{
    opacity: 0.2;
    background-color: #fff!important;
    }

    This way you can adapt the opacity and the color of the after-element!

    Have a nice day!
    Gea

    Thread Starter Hathawulf

    (@hathawulf)

    Ah perfect, thanks for the code!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove the grey overlay (on the background image)’ is closed to new replies.