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.
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;
}
I had found that solution earlier - but for whatever reason my assets tab does not have anything related to products under it.
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?
Hi @hofmann09 ,
You can check their document here https://help.arenacommerce.com/electro5/product-templates.html
