Thank you for your quick response. When I click on my cart, I can now see the green “Check out” button.
As I add items to my cart, I see a Pop-up that reads, “Item added to your cart”. There are 2 buttons “View Cart” and “Check out”. Do you have an idea how I can update that Check out button to green like the prior solution?
I appreciate whatever assistance that you can provide. Thank you.
Hi @angiegifts
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Hi @angiegifts
You can use this code to change color of your checkout button
#cart-notification .button--full-width { background: #14a302 !important; }
Hi @angiegifts ,
This is David at SalesHunterThemes.
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → theme.liquid file.
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team