How do I change the mini cart dot color in Focal 2.0 theme?

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?

@sangok420

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@sangok420

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.header__cart-count {
    background: #de2a2a;
    color: #fff;
}