Title: mobile version
Last modified: July 12, 2022

---

# mobile version

 *  [importlamp](https://wordpress.org/support/users/importlamp/)
 * (@importlamp)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/mobile-version-138/)
 * Hi
 * You need to disable the plugin on the mobile version, what code should be written
   in the child theme functions.php file ?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-version-138%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * (@juaancmendez)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/mobile-version-138/#post-15825671)
 * Hello there,
    we hope you’re doing well!
 * Unfortunately, we do not have a php code that allows that, we are sorry. However,
   perhaps some visual elements can be hidden via CSS. If you want this, could you
   share the link to your site?
 * We will be attentive to any news.
 * Best regards.
 *  Thread Starter [importlamp](https://wordpress.org/support/users/importlamp/)
 * (@importlamp)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/mobile-version-138/#post-15825733)
 * Ok
 * [https://import-lamp.ru/shop/](https://import-lamp.ru/shop/)
 * Thanks
 *  [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * (@juaancmendez)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/mobile-version-138/#post-15828753)
 * Hello there,
 * In order to achieve what you need, add this CSS in **Appearance > Customize >
   Additional CSS**:
 *     ```
       @media only screen and (max-width: 768px) {
         .header-items .wishlist-column, div.yith-wcwl-add-to-wishlist {
           display: none !important;
         }
       }
       ```
   
 * Could you check it and tell us if it works well for you, please?
 * We will be attentive to your response.
 * Best regards.

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

The topic ‘mobile version’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.gif?rev=3129302)
 * [YITH WooCommerce Wishlist](https://wordpress.org/plugins/yith-woocommerce-wishlist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-wishlist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-wishlist/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Juan Coronel](https://wordpress.org/support/users/juaancmendez/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/mobile-version-138/#post-15828753)
 * Status: not resolved