How To Remove Add To Cart Button In Shopify ( 2024 )

Online Store > Themes > Edit Code

base.css , Paste Code Below

>>>

button.product-form__submit.button.button--full-width.button--secondary {

  display: none;

}

 

>>