Skip to content

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


0

[rb_cart_icon]
<style>
.rb-cart-icon {
color: blue;
}
.rb-cart-count {
background-color: black;
color: red;
}
</style>