How can I edit the Buy button in the Sense theme?

Hello guys,

I tried some pieces of code for the Buy button so i can edit JUST the button, but it didn’t work, could you guys help me out?

1 Like

@Jeffryzambrano

oh sorry for that issue can you please share store url

https://help.shopify.com/en/manual/online-store/dynamic-checkout

Hi, @Jeffryzambrano !

Thanks for reaching out in our Community forums and for sharing your concern, I’d be happy to help.

It sounds like you would like to make some edits to your Buy Button. Are you able to provide some additional details regarding what you would like updated? For instance, You can customize the colors and the font on your unbranded dynamic checkout buttons to suit your online store. However, it’s not possible to customize the branded versions of the buttons. We have a guide that goes over this in more detail on the Shopify Help Center.

If you have any other questions, feel free to follow up and let me know! Additionally, I’m always looking to help out merchants with ideas or feedback related to their stores. Are you still working on any parts of your store besides the product page?

Hi @Jeffryzambrano ,

This is Victor from PageFly - Landing Page Builder App.

You can try this code by following these steps:

  • Go to Online Store->Theme->Edit code
  • Asset-> base.css
  • Paste the below code at the bottom of the file

.shopify-payment-button__button{

/* you can add css at here. example */

color:red !important;

}

Hope my solution works perfectly for you!

Regards,

Victor | PageFly