Title: Custom CSS
Last modified: March 23, 2019

---

# Custom CSS

 *  Resolved [jekax](https://wordpress.org/support/users/jekax/)
 * (@jekax)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-225/)
 * Hello,
 * I am trying to apply the custom CSS to WP Mobile Menu. But the problem is these
   setting applying to general configuration (for PC and for mobile devices). How
   I can apply only for mobile devices?
 * Thanks!
 * The code
 * .textwidget {
    display: none; }
 * .widget-area {
    display: none; }

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

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-225/#post-11352509)
 * Hi [@jekax](https://wordpress.org/support/users/jekax/),
 * Try this one instead. Replace the 759px by the desired maximum resolution.
 *     ```
       @media only screen and (max-width:759px) {
       .textwidget {
       display: none;
       }
   
       .widget-area {
       display: none;
       }
       }
       ```
   
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-225/#post-11378971)
 * Will close the topic for now. If you need further help let me know.

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

The topic ‘Custom CSS’ is closed to new replies.

 * ![](https://ps.w.org/mobile-menu/assets/icon-128x128.png?rev=1890426)
 * [WP Mobile Menu - The Mobile-Friendly Responsive Menu](https://wordpress.org/plugins/mobile-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-menu/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-225/#post-11378971)
 * Status: resolved