Hello,
I have the Hiyati theme and I’m having trouble with
- permanently changing the color of the available inventory number listed on the product pages.
- changing the font color for the variant picker in the drop down menu on the product pages.
I’ve tried inserting this on thy style.css and theme-custom.css files but the number only is white temporarily:
.product_details_info .pro-nprist .stock-inventory span.available-stock {
color: #ffffff;
font-weight: 600;
}
Here are some screenshots of the before & after. Any tips on what I can do? Thank you in advance!!
website: https://black-witches-brew-shop.myshopify.com/
pw: Brew
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > timber.scss.css and paste this at the bottom of the file:
.product_details_info .pro-nprist .stock-inventory .available-stock {
color: #ffffff!important;
}
.single-option-selector {
color: #fff;
}
Hi @golderetailsolu
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.product_details_info .pro-nprist .stock-inventory span.available-stock {color: #28a745!important; font-weight: bold !important;}
Regards,
San
Hello @golderetailsolu
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->timber.scss>Add this code at the bottom.
.product_details_info .pro-nprist .stock-inventory span.available-stock {
color: #e2e2e2 !important;
}
.single-option-selector {
color: #e2e2e2 !important;
}
Hi! Thank you so much! This was the first one that I tried and it worked!
Thank you so much! I tried another solution first but you provided the same solution! I appreciate your support.
I appreciate your support! Everyone is so amazing on here.