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
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
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;
}
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?