How can I remove the sold out image overlay on the Brooklyn theme?

Hi,

I search and try out existing solution to remove image overlay making it dimmer when product is sold out. but none work out.

I also want to remove the sold out image.

How can i do that?

My theme is brooklyn and i just install it recently.

Thanks to the one that will help me.

solved the overlay dimming issue by changing 0.5 to 1 in theme.scss.liquid.

.is-sold-out & {
opacity: 1.0;
}
}