My background is a dark color. When I add a product in the cart to checkout, you can not see the price, subtotal nothing, all the letters are black. How can I change them in the code to fix this?
1 Like
oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-cart {
color: #fff;
}
1 Like
thanks that worked
1 Like
its my pleasure to help us