Title: Remove on mobile
Last modified: April 26, 2022

---

# Remove on mobile

 *  Resolved [abrar03](https://wordpress.org/support/users/abrar03/)
 * (@abrar03)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-on-mobile/)
 * Have a slider on the catalog page, but I want to remove it on small screens to
   make the page compact on mobile. Your help is greatly appreciated!

Viewing 1 replies (of 1 total)

 *  Plugin Author [YOO SLIDER TEAM](https://wordpress.org/support/users/yooslider/)
 * (@yooslider)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/remove-on-mobile/#post-15591505)
 * Put this custom css in your slider settings and replace ID with your slider identifier
   you can find in the short-code:
 *     ```
       @media only screen and (max-width: 600px) {
         #gks-slider-ID {
           display: none;
           }
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Remove on mobile’ is closed to new replies.

 * ![](https://ps.w.org/yoo-slider/assets/icon-256x256.png?rev=2595263)
 * [Yoo Slider - Image Slider & Video Slider](https://wordpress.org/plugins/yoo-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yoo-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yoo-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/yoo-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yoo-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yoo-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [YOO SLIDER TEAM](https://wordpress.org/support/users/yooslider/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/remove-on-mobile/#post-15591505)
 * Status: resolved