• georgiagk

    (@georgiagk)


    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

    (@wpclever)

    Hi @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.