Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #250704
    Glen Pavelich
    Participant

    I added a colored box as the image behind the page header and I used the same color that is the background of our banner, but the page header appears darker. I assume there is an overlay but I can’t find the css to remove it.
    Can you help me with that.
    https://saynoto5g.ca/the-risks/adverse-health-risk-of-5g/
    (see the difference in color between the banner and the header block.)

    #250720
    Skandha
    Participant

    @fireflywebs: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.no-header-media-text) .custom-header::after {
        background-color: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #250801
    Glen Pavelich
    Participant

    Perfect. Thank you.

    G

    #250899
    Skandha
    Participant

    @fireflywebs: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/solid-construction/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Overlay on Page Header’ is closed to new replies.