Lodestar remove grey overlay on front page header image
-
I want to remove the grey overlay on Lodestar’s front page – I thought I saw a CSS code for this on a post but cannot find it now. Please advise.
The blog I need help with is: (visible only to logged in users)
-
-
The code for the header is:
body:not(.no-header-image) .custom-header-image::before,
.lodestar-front-page .custom-header-image::before {
background: rgba(0,0,0,0.5);
bottom: 0;
content: “”;
left: 0;
position: absolute;
right: 0;
top: 0;
}To make the grey overlay, I just changed the 0.5 in the background: rgba to 0, which removed the overlay. Hope that helps!
- The topic ‘Lodestar remove grey overlay on front page header image’ is closed to new replies.