How to change the Color of Cart-Badge? + continue shopping doesnt work (motormemories.de, Ride them

Topic summary

A user is seeking help with two cart-related issues on their Shopify store:

1. Cart Badge Color Issue:

  • The cart item count number appears in black and is difficult to read
  • User wants to change it to color #9FA92E
  • Solutions provided: Multiple respondents suggested adding CSS code to modify .cart-count-bubble background color
  • Code should be added to base.css or theme.liquid file (before </body> tag)
  • Screenshots were shared showing exact placement in theme files

2. “Continue Shopping” Button Problem:

  • When customers click “Continue Shopping” with empty or filled carts, they’re redirected to a non-existent page
  • User cannot locate where to customize this redirect behavior
  • Status: Unresolved - one responder indicated this is outside their expertise and recommended contacting Shopify support or theme support directly

The discussion remains open with the second issue requiring further assistance from official support channels.

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

Hey Guys,
when a customer adds something to his shoppingcart, the number is nearly unreadable because it is in black. Can anyone send me the Code and where to enter it to make this number you see circled in red to make it #9FA92E? (file is attached)-

Second question is, when the customer doesnt have anything in his cart and goes on continue shopping or if he has something in his cart and want to add a second product and goes on continue shopping, he got lead to a site that doesnt exist?

Can anyone help me with those 2 questions? thank you very much

Greetings from germany

Fabian

Hello @MotorMemories

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.cart-count-bubble {
    background-color: #9FA92E !important;
}
1 Like
  • Search for the CSS selector targeting the quantity number element. It may look something like .cart-quantity.
  • Once you find the selector, add the following line to the CSS block:
.cart-count-bubble {
    background-color: #9FA92E !important;
}​

Hi @MotorMemories ,

This is Henry at PageFly - Shopify Advanced Page Builder app.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


about the second question, If a customer doesn’t have anything in their cart and clicks on “Continue Shopping” or if they have items in their cart and want to add a second product, but are redirected to a non-existent page on Shopify, you can customize the behavior of the “Continue Shopping” button to redirect them to a specific page or the homepage of your store instead.

Hope this answer helps.

Best regards,

Henry | PageFly

Hey Henry,
about the second question, i dont find where to customize the behavior to redirect him to the Productpage

1 Like

I’m sorry but this is out of my scope. You may try contacting Shopify support or Theme to solve this problem.