How to remove the dark layer in header

Just i want to remove de layer that shade the image in header.
I like to change color in another layers that shades other blocks like categories, it´s possible? sorry for my english.

Thanks

Please try this CSS snippet for the header block

.header-hero--cover::after{
	content: none;
}

Please try to use Developer Tools to view CSS classes for other elements where you want to make a similar changes View and change CSS - Chrome Developers

I don´t know if i am doing something wrong, but it not works

Please make sure that you have added this CSS snippet to Appearance/Customize/Additional CSS

sorry i can’t get it to work
add capture

Please clarify which theme is used on your website? ListingHive, RentalHive, or another one?

Rentalhive

Please try this CSS snippet instead

.header-hero::before{
	content: none;
}

It works succesfully now
Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.