How can I make the cart subtotal bold in my Motion theme?

I need help making my cart subtotal bold in my cart drawer on motion theme. I tried the following code however it didn’t work:

.cart__subtotal, #CartDrawerForm div[data-subtotal] {
font-weight: bold !important;
}

@d78427

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

www.satovo.com

Also, my tabs on product page the information stays bold, how do i make it regular font weight?

Thanks

1 Like

@d78427

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.cart__item-sub {font-weight: bold;}