Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Need some help with what I believe to be a CSS problem on my site, checkout button is completely invisible but is there. You can click the empty space, and everything works outside it being invisible. I've seen a couple of others with the same issue but there's no real solution on here to DIY it. Currently using the refresh theme. Domain also "needs attention", don't know if that has anything to do with it or not. Store URL: Zulify
Solved! Go to the solution
This is an accepted solution.
Hi @BearCollective ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
#CartDrawer-Checkout{
border: solid 1px rgb(var(--color-foreground));
color: rgb(var(--color-foreground));
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | 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.
Please go to your Online store > Themes > Edit code > Assets > open base.css file and add this code at the bottom
.cart-drawer .cart__checkout-button {
border: 2px solid ##FC4F87 !important
color: #FC4F87 !important;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hey @Dan-From-Ryviu, thank you for the quick response! I added the code in the correct spot but nothing changed. What else can I do?
My mistake, please update code to this
.cart-drawer .cart__checkout-button {
border: 2px solid ##FC4F87 !important;
color: #FC4F87 !important;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Hi @BearCollective ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file -> Save
<style>
#CartDrawer-Checkout{
border: solid 1px rgb(var(--color-foreground));
color: rgb(var(--color-foreground));
}
</style>
Hope my solution works perfectly for you!
Best regards,
Oliver | 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.
Fixed it! Thank you
I have tried this and it still doesn't work. are there any other solutions?
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025