Removing "In Stock" from all products on Electro Theme

Removing "In Stock" from all products on Electro Theme

hofmann09
Visitor
3 0 0

I am trying to remove the green "in stock" button from our store. I am searched high and low... I have done a search and found the embedded code on Google Chrome. However, I cannot find it when i am trying to edit the codes in the theme section.

Replies 4 (4)

EBOOST
Shopify Partner
1398 351 430

Hi @hofmann09 ,


May I suggest to update code these steps:

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

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

.product-extended-template .product-details_inventory{
  display: none!important;
}
- 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
hofmann09
Visitor
3 0 0

I had found that solution earlier - but for whatever reason my assets tab does not have anything related to products under it. 

EBOOST
Shopify Partner
1398 351 430

Hi @hofmann09 ,

You can check their document here https://help.arenacommerce.com/electro5/product-templates.html

- 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
hofmann09
Visitor
3 0 0

OK!!! I actually just created a new asset and that worked, but the green dot is still flashing.... any suggestions for getting the green dot out that was right before IN STOCK?