can i set up/modify the buttons that shows up when i add something to the cart? like the buttons in the cart pop-up (RIDE THEME)
1 Like
Hi @LGRBusiness ,
Thank you for reaching out to the Shopify Community!
Please share your store URL here so that we can check and provide a solution to you.
Thanks & Regards,
Ahsan ANC
this is general code you can try
- Go to Online Store-> Theme->Edit code
- Asset-> base.css ->paste the below code at the bottom of the file.
/* for view my cart button */
#cart-notification-button {
background: green;
color: white;
}
/* for checkout button */
#cart-notification-form > button {
background: red;
color: white;
}
i mean to change the redirection of the “finish purchase”, its sending people to the wrong checkout, as i solution i want to remove or change the destiny of the button. You can check by yourself - lojadisciplinefour.com.br
1 Like
yes
1 Like