How can I change cart text color in dark background?

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?

bombshellcosmeticsllc.com

1 Like

@52389Krista

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.template-cart {
    color: #fff;
}
1 Like

thanks that worked

1 Like

@52389Krista

its my pleasure to help us