Remove the word "Quantity" from the product page

Remove the word "Quantity" from the product page

JesusGomicare
Excursionist
40 0 5

Hi guys,

 

I'm trying to remove the word "Quantity" ("Cantidad" in spanish) and remove / modify the border from the quantity selector from the product page.

 

Can anyone hep?

JesusGomicare_0-1722291876497.png

 

Replies 2 (2)

EBOOST
Shopify Partner
1341 336 404

Hi @JesusGomicare,

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
2. Assets/base.css
3. Add code below to end of file

/* remove border  and remove the word "Quantity" */

.product-form__quantity .form__label {
  display: none!important;
}
.product-form__quantity .quantity:after,
.product-form__quantity .quantity:before {
  box-shadow: 0 0 0;
}

/* Change border color to red and remove the word "Quantity" */

.product-form__quantity .form__label {
  display: none!important;
}

.product-form__quantity .quantity:before {
  box-shadow: 0 0 0;
}

.product-form__quantity .quantity:after{
  box-shadow: 0 0 0 var(--inputs-border-width) red;
}

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

Sweans
Shopify Partner
429 89 126

Hi @JesusGomicare ,

 

You fix this by adding a simple line of css code.

 

 

.quantity__label{

display:none !important;

}



.quantity::after{

border: 1px solid red;

box-shadow: unset !important;

}

 

 

goto your online store > themes > click on three dots of current theme > edit code > in leftsidebar search base.css / theme.css / main.css > open it and paste the above code.

 

If it does, please like it and mark it as a solution! 

If you need further assistance, feel free to reach out!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com