Remove the image overlay in Hello Niche

QuestionsCategory: QuestionsRemove the image overlay in Hello Niche
Angela McNaul asked 3 years ago

I am currently in demo mode trying to design my site. I am working on the Niche them and would like to see what the header photo looks like without the overlay on it.
Its not working with the code

.image-overlay{
display: none !important;
}


I am not sure why. But the image is not the header image but image number 1 in image section 1.
Angela McNaul replied 3 years ago

Side note, because i think these two things are connected. I want to keep the email sign up etc words on the photo just rid myself of the frosted look to the image… suddenly thinking it might not be possible

1 Answers
Support Team Staff answered 3 years ago

To remove the overlay on the first image it is
 
#home-full::before {
background: none;
}
 
Please let me know if that does not work.  Be sure to clear your cache to see the changes.