Hide slideshow section only on mobile with Dawn theme

Hello, my image slides don’t look great on mobile device so I was wondering if its possible to leave them on for desktop but hide for mobile. Thank you.

Hi @demetri90 ,

You can certainly do that. Please follow these steps to hide the slideshow on mobile devices:

  • Go to Admin>Online Store
  • Click Actions>Edit Code on your theme
  • Find and open the base.css file in the assets folder
  • Copy this code to the bottom of the file
@media screen and (max-width: 750px){
slideshow-component {
display: none!important;
}
}

Hey I did this and it doesn’t work

Hi, this code doesn’t work on iphone screen. It works fine on android, but all iphone devices are still showing the slideshow.