• HI,
    When I put pictures in the header the color overlays it and changes the image to tint it. This can be cool but not always. I want to disable this feature. How can I do that?
    THank you,
    Kim
    [email protected]

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

Viewing 1 replies (of 1 total)
  • Theme Author uxl

    (@uxl)

    Hi,

    To remove the header color overlay, set the background opacity to zero with this custom CSS added to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’:

    .entry-header.with-image:before,
    .archive-header.with-image:before {
      opacity: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘remove color overlay from header image’ is closed to new replies.