Remove border around uploaded image in dawn theme

I’ve looked everywhere for this and it’s driving me nuts. Please help. Why would this theme assume you want a stroke around every image? Secondly, how can I remove it? Thank you!

https://java4kids.myshopify.com/pages/about-us
pswd: thaigh

@tyfone You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of base.css file.

.rte img{
border:0 !important;
}

You are the best. Thank you so much. Spent way too much time on this.

@tyfone Glad I could help. Let us know if you need help in anything else.