Hello, how to change the color of the dot near the mini cart when a product is added because I want to change it from white to red? What would be the code for that? I run a focal 2.0 theme. Screenshot - https://ibb.co/nccSSBy
2 Likes
Hi @sangok420 ,
Since not all developers have access to Focal theme, do you mind sharing your website so we can provide the code appropriate for you?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.header__cart-count {
background: #de2a2a;
color: #fff;
}