home page cart colour change

Hi everyone, is there a way to make the (1) that is on the cart to #F0CA10 colour code? I have tried in scheme settings and theme settings though nothing changes it.

url: hygiadental.com
pw: melek

Thanks guys

1 Like

Hi @Anonymous ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

BSSCommerceHDL_0-1725246889021.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hello @Anonymous

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.cart-count-bubble { color: #F0CA10 !important;; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.