Anyone knows how to make the image looks like this

I want to make the image in this collection image look like this

@niceeee , hope you are doing well.

Do you already have the image of this collection?

or you would like to create it like this by using some tools?

Yes I do have the image of this collection.

Could you please share your store URL? also,share the link of that collection page

@niceeee

Please add the following CSS code to your assets/component-collection-hero.css bottom of the file.

@media screen and (min-width: 750px){
.collection-hero--with-image .collection-hero__text-wrapper { flex-basis: 15% !important;}
}

Thanks!