Dear community,
How do I change the following:
- ‘‘total’’ and PRICE in CART DRAWER to BOLD
Dear community,
How do I change the following:
Hello @blcksjfds
Open code editor. Assets > ‘theme.css or theme.css.liquid’ and paste the below code at the bottom of the file.
.cart__subtotal, #CartDrawerForm div[data-subtotal] {
font-weight: bold;
}