Change size of title on cart page

How can I change the size of title on cart page on the dawn theme?

Thanks in advance :slightly_smiling_face:

Hey @sim8

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the tag


Just change the font-size value.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Hi @sim8

You can add this code to theme.liquid file, after in Online store > Themes > Edit code

{%- if template.name == 'cart' -%}

{%- endif -%}