Insert word Qty in product page woocommerce

alleminbe
54 Posts
alleminbe posted this 13 September 2018

Hi

Need some help, I would like to add the word 'Qty' before the quantity box on the product page as shown on the attachment.

Hi Need some help, I would like to add the word 'Qty' before the quantity box on the product page as shown on the attachment.
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 13 September 2018

Hello,

The label can be displayed by adding custom CSS code to Home -> Settings -> Additional CSS, but the label in the code is Quantity not Qty and CSS can't change this:

.single-product  .quantity label {
    overflow: visible!important;
    position: relative!important;
}

Gina
Themler Support

Hello, The label can be displayed by adding custom CSS code to Home -> Settings -> Additional CSS, but the label in the code is Quantity not Qty and CSS can't change this: .single-product .quantity label { overflow: visible!important; position: relative!important; } Gina Themler Support

Last edited 13 September 2018 by Support Team

alleminbe
54 Posts
alleminbe posted this 21 May 2019

Hi
It worked fine but it appears in the cart page too in the Quantity column, How could I have it only appearing in the product page?

https://mobilemajesty.com/cart/
Check attachment

Hi It worked fine but it appears in the cart page too in the Quantity column, How could I have it only appearing in the product page? https://mobilemajesty.com/cart/ Check attachment
You must log in or register to leave comments