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;
}
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;
}
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Also, my tabs on product page the information stays bold, how do i make it regular font weight?
Thanks
yes, please try this code
.cart__item-sub {font-weight: bold;}