WordPress header problem

Home Forums Webmaster Discussion WordPress header problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7123 Reply
    Balaboit
    Guest

    Hi, Mister Adult Affiliate!

    When I try to insert an image for header in any wp thene, it applies a gray filter over it. You can take a look at the site I placed in the required box, and see that the header is gray, although the image is a white background.

    #7126 Reply

    I think that you can remove the overlay by adding the following custom CSS to Appearance -> Customize-> Additional CSS:

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

    or if it does not work, remove it and try this one:

    .site-header {
    color: transparent;
    }

    #7128 Reply
    Balaboit
    Guest

    Thanks for trying to help!

    Unfortunately, they did not work, and neither other code lines that I found on the internet. This is quite frustrating, because the image looks awful with that gray filter on.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: WordPress header problem
Your information: