Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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:
1. Go to Store Online-> theme -> edit code
2. Assets/product-items.css
3. 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.
Hi @hofmann09 ,
You can check their document here https://help.arenacommerce.com/electro5/product-templates.html
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?