How To Hide An App On Desktop - Dawn Theme

Hi,

I am currently using the app “Covet Instagram Feed & Reviews” it looks great on mobile. However I want to hide it on desktop. It is located on the bottom on product pages. How would I do this?

My website is believersbrigade.com

Any help would be great as I don’t know any code.

Hi,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

@media (min-width: 1024px) {
  #shopify-section-template--19486640046366__1694625184b33b2f31 { display: none !important; }
}