How can I make my image banners fade at the borders?

Hi

Im making topic again cause i didn’t get the anwser on previous topic.

I want to make all my image banners to fade off (not whole image banner to be fade but border areas to fade with background), and i don’t really know how to code that.

I’ll appreciate help.

Thank you in advance.

URL: https://60338a.myshopify.com/

Hi, @UL1
Go to online store edit code find theme.css file and paste this code

#Banner-template--19383194288464__image_banner{
animation: none !important;
}

It didn’t work.

I meant that i want every image banner border to fuse with background (i have gradient background).