• Resolved myrocks2

    (@myrocks2)


    Hi,

    When I use an image as a custom header, that image shows up faded/lightened. Can someone help me change it so that the fading effect is removed and the image retains its original colors? Thanks a bunch.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter myrocks2

    (@myrocks2)

    Never mind, just discovered the solution.

    .custom-header .site-branding {
    background-color: rgba(236, 240, 241, 0.0);
    }

    Moderator Mel Choyce-Dwan

    (@melchoyce)

    For future reference, you can also do:

    .custom-header .site-branding {
         background-color: transparent;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Custom Header Fade’ is closed to new replies.