How can I alter cart drawer text to bold?

Dear community,

How do I change the following:

  • ‘‘total’’ and PRICE in CART DRAWER to BOLD

www.thecosy.us/original

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;
}