How can I change the font size of the title in contact us page and the cart (Dawn Theme)?

Hello,

Yesterday I came across the Dawn Theme which is a 2.0 theme.

The font size is not the best in some collections, I found solutions on the discussions but I didn’t find any one on how to reduce the font for the contact page and the cart title fonts.

The theme is not published yet, but this is the preview of the theme.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
h1.main-page-title ,h1.title--primary{
font-size: 32px;
}

Thank you for your reply but in this theme (Dawn) there is no Asset >theme.scss.css file.

1 Like

Hello There,

ok Add css this one file.

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
2 Likes

It worked!! Thank you so much!

2 Likes

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

1 Like