How To Change Empty Cart Label For Cart Drawer (Dawn Theme)

Thanks in advance!

I am looking to change the text from “your cart is empty” text to something different, how do I go about doing so? I tried changing it in the “default theme content” but nothing changed. Also, is there a way to increase/decrease text size? Example shown below.

How my site looks:

How I would like my site to look:

https://decemberschild.com/

password: dc

Hello!

The following code will modify the font size. What would you like to replace “Your cart is empty” with?

Navigate to the ‘Edit Code’ option in your theme settings, then search for “base.css” in the search bar and add below code.

h2.cart__empty-text {

font-size: 15px;

}

I would like the new text to say “Your cart is currently empty.”

The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write.

  1. Navigate to the ‘Edit Code’ option in your theme settings, then search for ‘theme.liquid’ in the search bar.

  2. Paste the following code above the ‘’ tag. Please refer to the attached screenshot for guidance.


Thank you thank you!

You’re most welcome :wink: