Hi @hofmann09 ,
May I suggest to update code these steps:
- Go to Store Online-> theme → edit code
- Assets/product-items.css
- Add code below to end of file
.product-extended-template .product-details_inventory{
display: none!important;
}
A user is attempting to remove the green “In Stock” indicator from all products on their Electro theme store but cannot locate the relevant code in the theme sections despite finding it via Chrome’s inspect element.
Proposed Solution:
.product-extended-template .product_details_inventory { display: none !important; }Implementation Issues:
Current Status:
The discussion remains open with the user seeking additional guidance to remove the remaining green dot. A link to Electro theme documentation for product templates was provided as a reference resource.
Hi @hofmann09 ,
May I suggest to update code these steps:
.product-extended-template .product-details_inventory{
display: none!important;
}