tmdeeb
January 19, 2022, 12:03pm
1
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,
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset >theme.scss.css and paste this at the bottom of the file:
h1.main-page-title ,h1.title--primary{
font-size: 32px;
}
tmdeeb
January 19, 2022, 12:21pm
3
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.
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset >base.css and paste this at the bottom of the file:
2 Likes
tmdeeb
January 19, 2022, 1:36pm
5
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