Skip to content

Resizing

You can resize the cart icon by adjusting the font-size, the default font-size is 24px. After adjusting the icon, the cart count text and badge can be resized and positioned.

Example


0

0

[rb_cart_icon]
<style>
.rb-cart-icon {
font-size: 20px;
}
.rb-cart-count {
top: -8px;
right: -8px;
width: 16px;
height: 16px;
line-height: 16px;
}
</style>