Title: css for mobile
Last modified: November 9, 2020

---

# css for mobile

 *  [georgiagk](https://wordpress.org/support/users/georgiagk/)
 * (@georgiagk)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/css-for-mobile-2/)
 * Hi, I want to make the number of the item and the availability not to show. I
   manage to make them disappear from the desktop browser for all screen dimensions.
   In mobile device it shows though. Why is that? How can I make them disappear 
   from all devices?
    Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [WPClever](https://wordpress.org/support/users/wpclever/)
 * (@wpclever)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/css-for-mobile-2/#post-13647606)
 * Hi [@georgiagk](https://wordpress.org/support/users/georgiagk/)
 * Please add below CSS code to WP-Admin → Appearance → Customizer → Additional 
   CSS:
 *     ```
       .woobt-products .woobt-product .woobt-qty-num, .woobt-products .woobt-product .woobt-availability {
           display: none !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘css for mobile’ is closed to new replies.

 * ![](https://ps.w.org/woo-bought-together/assets/icon-128x128.png?rev=1858214)
 * [WPC Frequently Bought Together for WooCommerce](https://wordpress.org/plugins/woo-bought-together/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-bought-together/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-bought-together/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-bought-together/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-bought-together/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [number of items](https://wordpress.org/support/topic-tag/number-of-items/)

 * 1 reply
 * 2 participants
 * Last reply from: [WPClever](https://wordpress.org/support/users/wpclever/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/css-for-mobile-2/#post-13647606)
 * Status: not resolved