Hello,
Navigate to Theme Settings > Custom CSS > Global and add the following CSS:
/* Change background color of the cart number bubble */
.wd-header-cart .wd-cart-number {
background-color: #0048ff !important; /* Change this to your preferred color */
}
/* Change text color of the number */
.wd-header-cart .wd-cart-number span,
.wd-header-cart .wd-cart-number {
color: #ffffff !important; /* Number color */
}
.wd-header-cart .wd-tools-icon {
color: #ff0101 !important; /* Icon color */
}
Best Regards,