How to change color of check out button from the item added to your cart pop up window? I am trying to change the color from black to this specific code below but it changes both buttons. I only want the checkout button but not the view cart button.
.button {
background-color: #27AB38;
color: white;
}
1 Like
Hi @abbecom10
Would you mind to share your Store URL website? with password if its protected. Thanks!
Hi @abbecom10
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above tag
- And paste the below code
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Rock Technolabs
1 Like
Thank you so much. It worked.