https://breathblastermy.myshopify.com/products/breath-blaster-smelling-salt
Hi I need help
How so i remove add to cart button. (Can refer image below).
password: newtse
https://breathblastermy.myshopify.com/products/breath-blaster-smelling-salt
Hi I need help
How so i remove add to cart button. (Can refer image below).
password: newtse
Hello @BreathBlaster
Please use below code on assets → base.css at the bottom to hide Button
button.product-form__submit.button{
display:none !important;
}
Hi @BreathBlaster ,
Just add the code below inside the base.css file under the Asset folder.
.product-form__submit {
display: none !important
}