Change Font Color in Cart Item Details Dawn 11.0

Im trying to change the font color of the cart text on my website, the background is supposed to be black but the font color is also black so you can’t see it

website: blacksoulproducts.com

HI @blacksoul666

This is David at SalesHunterThemes.

You can try follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

f you want to change the background color you can try to use this code

quantity-popover .quantity{
background: white;
}

If you want to change the color of the content, you can try to use this code

quantity-popover .quantity {
    --color-foreground: 255,255,255;
}
1 Like

that fixed the quantity counter, but I need it to code all of the text on the page to be the hex code #55565a, do you have any other suggestions?

Hi @blacksoul666
Have you try to play around theme settings to change the color?