cart drawer bold

Solved
blcksjfds
Excursionist
27 0 8

Dear community,

 

How do I change the following:

- ''total'' and PRICE in CART DRAWER to BOLD

 

www.thecosy.us/original

Accepted Solution (1)
Savior
Shopify Partner
537 108 156

This is an accepted solution.

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

 

If helpful, please Like and Accept Solution.


Hire me or mail me  | Shopify Design Changes | Custom Modifications In to Shopify Theme | Site Speed Optimization
Use GemPages Page Builder to build, design, and optimize your store. View app

View solution in original post

Reply 1 (1)
Savior
Shopify Partner
537 108 156

This is an accepted solution.

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

 

If helpful, please Like and Accept Solution.


Hire me or mail me  | Shopify Design Changes | Custom Modifications In to Shopify Theme | Site Speed Optimization
Use GemPages Page Builder to build, design, and optimize your store. View app