How can I remove the 'add to cart' button from my 'refresh' theme?

Hey, how can I delete the “add to cart” button on “refresh” them in shopify?,

I want people when they wanna buy a product, they gonna click on “buy now” then directly goes to checkout page,

like i want them to buy the product one time each

for people who telling me to add or delete a code, those are all my cod sections

caseoofficiel.myshopify.com

1 2 3

Hi, can you share your website link?

Adding the below code at the end of your base.css file should work as expected.

.product-form__submit {
  display: none !important;
}

Cheers!

Gabriel

1 Like

caseoofficiel.myshopify.com

Seems that you’ve already added the provided code. If this was helpful, please like/mark the solution.

Have a nice day!

1 Like

it helped thanks :heart:

1 Like