Make these items bold in cart drawer

Solved

Make these items bold in cart drawer

TBS2023
Shopify Partner
291 1 37

How can i make these items bold in my cart drawer

Theme Broadcast

www.thebodyshop.ca

datsau

 

TBS2023_0-1741957507453.png

 

Accepted Solution (1)

tim
Shopify Partner
3989 413 1473

This is an accepted solution.

You can make the amount bold by adding this to the Theme Settings=> Custom CSS:

[data-left-to-spend] {
  font-weight: bold !important;
}

However, FREE does not have it's own element, so it's not possible to target it with CSS.

Maybe you can change this in "theme language" if it's a theme functionality or edit code directly, hard to tell "from outside"...

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
10715 1323 1699

@TBS2023 what exactly do you want to make bold? names are already in bold

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

tim
Shopify Partner
3989 413 1473

This is an accepted solution.

You can make the amount bold by adding this to the Theme Settings=> Custom CSS:

[data-left-to-spend] {
  font-weight: bold !important;
}

However, FREE does not have it's own element, so it's not possible to target it with CSS.

Maybe you can change this in "theme language" if it's a theme functionality or edit code directly, hard to tell "from outside"...

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com