I want to display my products but I don’t want to sell them. I found a way to remove the ‘add to cart’ button and the quantity selector. Now, I have the ‘coming soon’ tag on each of my products in the collection section. Is there any way to remove or hide that tag?
Hi @Ryan_Chalme ,
Please provide your website to best assist you. Thank you
Hi @Ryan_Chalme ,
Can you provide the link for the section that you said is showing coming soon?
https://themamasaneliquid.com/
It’s all on the home page on the collection sections It says “Hot item” now, sorry I changed it to see if I could work with it. I just want the tag gone, but still keep the ‘add to cart’ button hidden.
Hi @Ryan_Chalme ,
It is alright. Here you go.
- From your Admin store, go to Online store > Themes > Click Actions > Edit code
- Open the Asset folder, and find the style.scss file.
- Add the code below.
div.new_banner {
display: none;
}
Yay! It works! Thank you!