How to make the category pictures lees dark?

Hi from Madrid
I would like to make as shown in the attachment, the category picture a bit mor readable (it’s too dark). Is it possible.
THX
Jean-Marc

Hello,

I hope you are doing well today.

You can use the following CSS code to change the color and darkness by going to Appearance > Customize > Additional CSS and pasting it there.


.tyche-product-slider-container .tyche-banner:after {
    background: rgba(0, 0, 0, 0.6);
}

Best Regards,
Support