Title: Deactivate in Mobile
Last modified: August 22, 2016

---

# Deactivate in Mobile

 *  [kadleth](https://wordpress.org/support/users/kadleth/)
 * (@kadleth)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/deactivate-in-mobile/)
 * How can I make the RFWB slider not show in mobile phones?
 * Even if it is responsive screens are too small, looks cluttered.
 * Connection speeds on mobile are often slower to download the extra images.
 * What lines of text, & on which files, to condition on not being mobile?
 * Works great on bigger displays thou. Very good app.
 * [https://wordpress.org/plugins/responsive-full-width-background-slider/](https://wordpress.org/plugins/responsive-full-width-background-slider/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [sremy](https://wordpress.org/support/users/sremy/)
 * (@sremy)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/deactivate-in-mobile/#post-5250279)
 * I had the same issue. I resolved it by adding a line in my mobile theme css:
 *     ```
       #rfwbs_slider{
       	display:none;
       }
       ```
   
 * hopefully it works for you too
 *  [Buienradars](https://wordpress.org/support/users/buienradars/)
 * (@buienradars)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/deactivate-in-mobile/#post-5250296)
 * `#rfwbs_slider{
    display:none; }
 * Not working for me.
 *  [valedim](https://wordpress.org/support/users/valedim/)
 * (@valedim)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/deactivate-in-mobile/#post-5250317)
 * Hi, I know it’s been a long time but wanted to suggest this:
 *     ```
       #rfwbs_slider{
       	display:none !important;
       }
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Deactivate in Mobile’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-full-width-background-
   slider_6f9dd2.svg)
 * [Responsive Full Width Background Slider](https://wordpress.org/plugins/responsive-full-width-background-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-full-width-background-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-full-width-background-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-full-width-background-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-full-width-background-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-full-width-background-slider/reviews/)

## Tags

 * [deactivate](https://wordpress.org/support/topic-tag/deactivate/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 3 replies
 * 4 participants
 * Last reply from: [valedim](https://wordpress.org/support/users/valedim/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/deactivate-in-mobile/#post-5250317)
 * Status: not resolved