How To Hide Image With Text Only On Mobile

How To Hide Image With Text Only On Mobile

mattkizoo
Visitor
2 0 1

Hi, I want to hide an image with text banner only on mobile. I'm using the Ride theme. 

 

Thank you!

Replies 2 (2)

Marybob
Explorer
54 0 4

thank you. paste below CSS at theme.scss last line.

 

@media only screen and (max-width: 766px) {
   #shopify-section-1587527737129 { 
		display: none; 
	}
}

if you did not find theme.scss then share screenshot of theme editor. 

banned
mattkizoo
Visitor
2 0 1

Hey I couldn't find theme.scss. Here's a photo of my editor. I also attached an image of the section I want to remove from mobile but keep on desktop. Thank youScreen Shot 2022-10-16 at 11.37.22 AM.pngScreen Shot 2022-10-16 at 11.38.50 AM.png