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

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

Goodimpression
Tourist
6 0 1

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

Replies 3 (3)

Abdosamer
Shopify Partner
895 163 183
Goodimpression
Tourist
6 0 1

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

Abdosamer
Shopify Partner
895 163 183

@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;
}


}