• I noted that each image I uploaded in the header its own color result dark. It’s possible to make that light?
    Thanks

    • This topic was modified 4 years, 6 months ago by rmagrini.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there –

    There’s an opacity filter in place. It can be removed with CSS. Please share a link to your site. Knowing which version of WordPress you’re using will dictate how/where you add that CSS.

    All you need to do is change the background color here.

    body:not(.no-header-image) .custom-header-image:before, .lodestar-front-page .custom-header-image:before {
        <strong>background: rgba(0,0,0,.5);</strong>
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    Thread Starter rmagrini

    (@rmagrini)

    Hi there,
    actually that is in maintenance mode I’m finishing to make the site.
    Anyway the release of WordPress is 5.2.4 I hope that will work fine.

    • This reply was modified 4 years, 6 months ago by rmagrini.
    Thread Starter rmagrini

    (@rmagrini)

    nothing. it continues with the opacity mode.

    What is the site URL?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header Image no dark’ is closed to new replies.