Description
- replace Quantity Number (in Header) with Total Price
- view demo – password: abc
- buy me a coffee

#1. Install Code
Use this code to Code Injection > Footer
<!-- 07.26c10v3 Replace Quantity Number with Total Price --> <script src="https://code.beaverhero.com/header/0726c10v3quantitytototal.js"></script>

#2. Customize
#2.1. To change Total size, use this to Custom CSS box
span.custom-cart-total {
font-size: 10px;
}

#2.2. To move Total up a bit, use this to Custom CSS
span.custom-cart-total {
position: relative;
top: -10px;
}
