Home Forums Themes Support Claue Hide quantity selector on product page

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #11400

      Hello, how can I hide quantity selector on the product page only and leave it on the cart page?

    • #11401

      Sorry for bothering, figured it out myself.

    • #11405

      Sorry again, looks like my modification removed the quantity selector from the mini cart pop up as well. I used this code

      .single-product .quantity{
      visibility:hidden; !important;
      }

      Can you please tell me how I can remove it from the product page only not affecting cart or mini cart?

    • #11406

      Fixed it by adding

      div.quantity.pr.flex {
      visibility:visible;
      }

Viewing 3 reply threads

You must be logged in to reply to this topic.