Hide add to cart button

i would like to hide the add to cart button for all the products in my store, i tried every option in the store al went in vain, can anyone help me with this ?
https://trinityfurniture.com.au/

the password is jesus
this is the website, please email me on info@nanmabranding.com

1 Like

Hi @nanmabranding , Your store is protected password

  • Here is the solution for you @nanmabranding
  • Please follow these steps:

  • Then find the theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.product-form__quantity-submit .product-form__item--submit {
        display: none !important;
    }
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.