Hi -
I’d like to remove the unit data from the cart icon in my header UI but retain the black circle that appears to show there is an item in the cart. So far I’ve used the code below but that removes both the black dot and number. Anyone able to help me get the color circle back on?
Website: https://par6golfco.com
Code used:
}
.cart-link__count {
display: none;
}
Thanks!
Hello @par6golfco
I would like to give you some recommendations to support you. Glad to support you today.
You can check out my suggestion below to get your concern resolved.
You can follow these steps:
- Go to Online Store → Theme → Edit code
- Open Assets → styles.css file
- Paste the code below to replace the code you used:
.cart-link__count{
display: block;
color: #000;
}
I hope you find the answer helpful or if you need further support, do not hesitate to reach out to us.
Best regards,
GemPages Support Team
I am glad that my solution is helpful to you.
Best regards,
GemPages Support Team