Changing Colors
Add a style element below the cart icon shortcode (see example below). You can target the following classes with CSS:
.rb-cart-icon
0
.rb-cart-count
Example
[rb_cart_icon]
<style> .rb-cart-icon { color: blue; } .rb-cart-count { background-color: black; color: red; }</style>