• Hi there,

    I like the Lodestar theme but I would like the header to not darken the image. Is there any way to remove that?

    Thanks for taking the time!

    Necole

Viewing 1 replies (of 1 total)
  • Hey there,

    You can add this CSS snippet to get rid of the overlay:

    body:not(.no-header-image) .custom-header-image::before,.lodestar-front-page .custom-header-image::before {
    	background:rgba(0,0,0,0.0);
    	bottom:0;
    	content:"";
    	left:0;
    	position:absolute;
    	right:0;
    	top:0
    }

    Let me know if you have any questions. Thanks!

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