How do I remove an image border in CSS on my spotlight theme?

I need help removing a image border ar my “image with text” section on my spotlight theme. I thought it was a shadow at first, however I cant find the code for “Shadow”. My purpose is that I need the image to blend in with the background.

Hi @AlanIanIngram

Could you share your store link to check?

priinttern.com

Please add this code to Custom CSS of that section to remove that box shadow

.image-with-text .grid__item:after { box-shadow: none !important; }

Thank you so much!

1 Like

You are very welcome.

Hi, I am having the same issue on my website www.thaicoffeeco.co.uk any help would be really appreciated. thanks

Could you show place you got the issue?