How can I prevent the Impulse theme from darkening hero images?

Hello,

Please see my shop here : www.lothaire.fr

The Impulse theme automatically darkens the images on the hero and on the Promotion grid blocks. How can I prevent that ?

Thanks

Hi @LothaireBordeau

Is the Promotion Grid Blocks the Nos Best Sellers on your site?
You can remove the dark background from this block by going to Themes > Assets > theme.css > Add the following code to the bottom of the file.

.collection-item:not(.collection-item--below):after {
  opacity: 0; 
}

I hope this helps!

Thanks, it does help. But what I mean was either the Hero at the top, or/and the Stone Island and Polo Ralph Lauren blocks.

It seems that you managed to remove the dark layer from the hero and stone island blocks.

If you need any further help, please let me know!

I have the same problem with my hero section at www.moncourage.de and I can’t find the solution here. So what can I do to prevent automatic opacity/dark layer in the impulse theme?

Thanks so much!