Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
After I add a product to my cart it has a blank checkout button above all of the other payment options. I cannot figure out how to edit this so that I can add text. My product page on my website is https://printerpal-shop.com/products/printer-pal-2-0-portable-thermal-mini-printer Below are screenshots of the pop-up my cart page and the standard my cart page. I would greatly appreciate any help!
Hello @ap2025 ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your base.css file and paste the following code below:
#cart-notification-form button, button#checkout {
color: #fff;
}
Thanks
Hi @ap2025
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> 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 </head>
<style>
button#checkout, button[name="checkout"] {
color: #fff !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025