How do I remove the 'Buy it Now' button on my Simple theme?

Hi,

I am trying to remove the “buy it now button” on my “Simple” theme because I want users to go to their cart instead.

Some comments said just remove uncheck the “Show dynamic checkout button” but I can’t find it.

Can you please advise?

Thank you,

Hi @ktBBJ

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

No password protected.

Here it is:

https://boom-boom-japan.com

Hi @ktBBJ ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.product-single__cart-submit-wrapper .shopify-payment-button {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like