Support » Theme: Astrid » Header Image is Faded

  • Hi,

    The Image is faded on my header. And I want that visitor see only real image on my site.

    Can you please tell me how to remove that code which has used for faded.

    Thanks. Regards

    Sarthak

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

Viewing 1 replies (of 1 total)
  • Hello iamwithyou,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .header-image::after {
      background-color: transparent;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Header Image is Faded’ is closed to new replies.