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.