Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Dear community,
How do I change the following:
- ''total'' and PRICE in CART DRAWER to BOLD
Solved! Go to the solution
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;
}
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;
}
User | RANK |
---|---|
114 | |
89 | |
69 | |
68 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022