home page cart colour change

Solved

home page cart colour change

jeffreym
Pathfinder
98 2 19

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

Screenshot 2024-09-02 at 1.09.50 PM.png

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 847 1062

This is an accepted solution.

Hi @jeffreym

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.cart-count-bubble {
    background-color: #F0CA10 !important;
}
</style>

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2305 847 1062

This is an accepted solution.

Hi @jeffreym

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

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
.cart-count-bubble {
    background-color: #F0CA10 !important;
}
</style>

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

niraj_patel
Shopify Partner
2378 514 512

Hello @jeffreym 

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 </body> on theme.liquid
<style>
  .cart-count-bubble {
      color: #F0CA10 !important;;
   }
</style>

niraj_patel_0-1725247118265.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- [email protected]