How can I remove an image from my mobile site using the dawn theme?

Hello,

I am using the Image with Text section on my desktop site, for the mobile version I would like to just use the text and remove the image. I am using the dawn theme.

My URL is www.wearegoodimpression.com and password is oblong

@Goodimpression , you mean this section:

yes, on my mobile site i would just like the text and not the image. thanks so much

@Goodimpression , go to component-image-with-text.css and add the following code :

@media (max-width:768px){

.image-with-text__media-item.image-with-text__media-item--small.image-with-text__media-item--top.grid__item {
    display: none !important;
}

}