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

    Did you site is active? I only can see the word “pageok” when visiting your site.

    Hi

    We have the same problem as Anthony. The homepage is called https://www.daypak.dk. How do we remove the dark overlay?

    Best regards

    Poul & Nicolai

    Open your theme’s style.css file and find the below code and remove “background-color: rgba(0,0,0,0.6);”
    That’s it.

    .header-image::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.6);
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Image: Darker than original?’ is closed to new replies.