Quantity Selector missing word 'Quantity' - Narrative Theme

Solved
LS_Hamburg
Excursionist
11 0 5

Hi, 

 

The word 'Quantity' is missing from the Quantity selectors on my product pages, even though its in my 'Languages'. It seems everyone else with the Narrative theme has the text 'Quantity - 1' automatically inside the box, but I only have '1'. I don't think that I have changed anything in the code that would mess with this, but it is entirely possible that I am the cause of this, as I cannot find anybody else with the same issue.

 

I don't think any apps could be interfering with this, I only have 3 Apps: a translation app, a tabs app, and an Instagram app. Maybe the tabs app could be the issue?

 

Could someone support here please?

 

my website is cleanup-atelier.de, password vaobru

 

Many thanks in advance 🙂

 

Capture_Shopify.JPG

 

Capture_Shopify_2.JPG

 

 

 

Accepted Solution (1)
KetanKumar
Shopify Partner
36688 3633 11884

This is an accepted solution.

@LS_Hamburg 

sorry for that issue can you try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

label.product-form__quantity-label.product-form__quantity-label--hidden {
    opacity: 1;
    top: -30px;
}
.product-form__quantity-label::after, .single-option-selector__label::after {opacity: 0;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 3 (3)
KetanKumar
Shopify Partner
36688 3633 11884

This is an accepted solution.

@LS_Hamburg 

sorry for that issue can you try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

label.product-form__quantity-label.product-form__quantity-label--hidden {
    opacity: 1;
    top: -30px;
}
.product-form__quantity-label::after, .single-option-selector__label::after {opacity: 0;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
LS_Hamburg
Excursionist
11 0 5

@KetanKumar 

Amazing, that worked perfectly, it added the word Quantity over the Quantity selector, thankyou so much! 

 

I had tried everything with the code but nothing worked, I would never have come up with this code on my own, thanks for your support 🙂 I'll keep your details in case I need any changes done on my website in future 🙂

KetanKumar
Shopify Partner
36688 3633 11884

@LS_Hamburg 

its my please to help us 

yes, sure any time if you need help let me know 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing