Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I am truly frustrated. I had no idea that the checkout button was blank until I was making some changes and viewed my live site. The chat was of no help and I really need this fixed asap. phatbathandbody.com
Solved! Go to the solution
This is an accepted solution.
to fix that paste this code in base.css file in the end
[name="checkout"] {
color: #fff !important;
}
Where I can find that popup in which this checkout button is ?
its under view cart it works but doesn't say what it is. I have removed the pop up and used a drawer until I can get it to work.
Same issue here
not show number of items in cart
correct
To fix this go to your online store -> edit code -> base.css file
and paste this code there in the end of file
.cart-count-bubble {
color: #fff !important;
}
that fixed the count bubble. thank you. the checkout is still blank
This is an accepted solution.
to fix that paste this code in base.css file in the end
[name="checkout"] {
color: #fff !important;
}
You are AWESOME! Thank you!