kashco
1
URL: https://kashco-interiors.myshopify.com/
password: kashco
How can I fix my cart drawer to be same please as my product page ?
- The cart popup should have "view cart’ in white text with black background
- Buy now text is not visible (should be black)
kashco
2
Please view below what is happening thanks.
Hi
Hope this will help
At Cart Drawer Settings - Inside the theme editor, click on your Cart Drawer and look for button styles and adjust Button Styles
If not able to do that, then below css example can help (At theme.css or base.css)
/* Fix View Cart Button */
.cart-drawer .view-cart-button {
background-color: black !important;
color: white !important;
}
/* Fix Buy Now Button */
.cart-drawer .buy-now-button {
color: black !important;
}
and save.
Kindly take a backup before doing any changes.
1 Like