Goal: reduce the oversized blog post title font on Dawn theme pages (only on individual blog posts, not the homepage), without changing global theme settings. Applies to all blog posts; store URL provided (https://shop.vents-us.com/), no password.
Proposed fix: edit theme code via Online Store → Themes → Edit code → base.css. Change the heading font-size from calc(var(–font-heading-scale) * 4rem) to a smaller value (suggested 2rem). Initial guidance referenced line ~309 affecting .h2.
Result: On the site, .h2 was already set to 2rem, so the large title was actually controlled by H1 near line ~304, which was 4rem. Changing H1 to 3rem produced the desired appearance across blog posts.
Outcome: issue resolved with a CSS edit in base.css (reduce H1 font-size from 4rem to 3rem for blog post pages). No further questions or unresolved items noted.
Summarized with AI on December 15.
AI used: gpt-5.
Hey there.. Looking to reduce the size of the font on my Blog posts titles only, not on the main page but once you have clicked on a Blog and are reading it. Th font size currently is massive, also don’t want to mess with the theme font settings as I have them dialed in.
Just need some help with the Blog card font, I’ve tried everything it seems, but nothing has worked specifically for the Blog title description font size.
Hey there and thanks for your reply. The font decrease code fix should apply to all of my Blog posts, There isn’t just one page or url that it applies to.