• Resolved janejaquino

    (@janejaquino)


    Hi, I have uploaded a header image to wordpress using the big title section. The overlay appears too dark, much darker than the image is when uploaded. I have found a forum advising to type the following code into CSS:
    .masthead-banner.data-bg:before {
    background: rgba(0,0,0,0);
    }
    This hasn’t worked, so I am wondering if there is another issue?

    Many thanks

    Jane.

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

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

    You can try to add this code in Appearance > Customize > Additional CSS:

    .header-filter::before {
        background-color: rgba(0,0,0,0.2) !important;
    }

    Regards,
    Rodica

    I also have the same issue on my recently installed hestia theme, i try the customized css code above, but not work!

    Is this still effective for new version?

    Hi @securitysupplies

    The code works fine with the latest version of theme. Please share a screenshot to show where have you added the code?

    Yes, you’re right. the code is effective. i think somehow i messed up something and could not get your code to work. but now working after re-installed. thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Header appearing dark’ is closed to new replies.