How can I remove the white border from my website images?

i’ve been working on my website and i need some help with getting rid of the border in my image

so for here im trying to get rid of the white border around the image
can somebody help fr

Hi @JettJasper

Could you share your page link to check?

1 Like

https://jtj-media-2.myshopify.com/

Please go to your Online store > Themes > Customize > add this code below to Custom CSS of this Image with text section

.image-with-text { max-width: 100% !important; padding: 0px !important; }

1 Like

thank yo so much man! you’re the best

1 Like

Happy I could help :grin: !