hi! im working on a website and struggling in two spots.
first, because navy blue was chosen for the header, my cart quanity is set to white. ive messed with all of the colors, and searched for the coding with no luck. id like it changed to black. any suggestions?
theme preview https://vtwz80uo1q7qw3l6-48114466969.shopifypreview.com
white luxe, a paid theme from etsy i use often. im only running into this problem because of the color accents she chose
Always backup a theme before making changes to files
Hi @abcerra1 add the following CSS to the themes base.css file to override the styling coming from the .cart-count-bubble earlier in the style rules.
/* override the --color-base-background-1 variable coming from theme settings */
div.cart-count-bubble { color: black; }
do you have a code to override the text colors in the cart notification box pop up?