• Dear Friends,
    When I select the header to image type, it looks like that. https://bykmarblestone.com/ (the photo looks dark)
    when I set it to full screen slider, it works fine.
    I am just wondering the reason why it acts like that, and thank you for your supporting comments.

    • This topic was modified 7 years, 12 months ago by ercu7.
Viewing 1 replies (of 1 total)
  • Hello there,

    The header image works like so. For design reason, we put a dark overlay over the header image. It can be removed by applying the following custom CSS code:

    
    .header-image .overlay{
      display: none;
    }
    

    To retain the code addition after theme update in the future, you can add it into your child theme’s style.css, or you can use the Simple Custom CSS plugin.

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘unable to set header type as image’ is closed to new replies.