How to remove the 'Buy Now' button from product pages?

Hi, I wanted to ask if anyone knows how to remove the “buy it now” button on my product pages. I would just like to have the “add to cart” button. My website address is www.kidieez.co.uk . Thankyou in advance

Hi @paule3 ,

You can remove it from Online store > Themes > Customize > click dropdown menu at the top > Products > Default product > Buy buttons, uncheck Show dynamic checkout buttons > click Save button

Hi, thankyou for your help. I have done this but the buy it now button is still showing on the product page

Hi @paule3 ,

Go to Assets > base.css and paste this at the bottom of the file:

.shopify-payment-button {
    display: none !important;
}

Hope it helps!