How To Change Font Weight For “Your cart” Title

Topic summary

A user wants to make the cart drawer title bold on both mobile and desktop versions of their Shopify store.

Solution provided:

  • Navigate to Online Store → Edit Code → theme.liquid file
  • Insert custom CSS code above the </body> tag
  • The CSS targets the cart drawer title element and applies font-weight: bold

Implementation details:
The solution uses inline <style> tags with CSS to modify the cart title’s font weight. The responder included code markup and screenshots demonstrating the before/after appearance.

Status: The solution appears complete, with the responder requesting the original poster mark it as solved if helpful.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Thanks in advance!

I’m looking to change my cart drawer title to bold that works for both mobile and pc. Example shown below.

This is what my site looks like:

This is how I would like it to look:

https://decemberschild.com
password: dc

Hey @MMast

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like