Remove the quantity text above quantity selector

Hey, I have a problem on my store, on the product page above the quantity selector, there is a text saying ‘quantity’, and when there is an item in the cart, it says ‘quantity 1 in cart’. Could somebody tell me how to remove this?

LINK:https://e8aaa0-3.myshopify.com/products/body-cleanser?variant=41569514881161

PASSWORD: mohwhi

theme: taste

1 Like

Hi

Check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
label.quantity__label.form__label {
    display: none !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Hey thanks it worked! Do you also happen to know how to put the quantity selector next to the add to cart button?