Hello @ZakThreads ,
Go to online store > Themes > Edit code > Find base.css file
Add to the give code at the bottom of the file base.css
.h2 {
font-size: calc(var(--font-heading-scale)* 18px);
}
Goal: Reduce the blog post title size shown in the home page “Blog posts” section (Shopify Sense theme v13.0.1).
Key updates and solutions:
Context shared:
Outcome:
Open item:
Notes on terms:
Hello @ZakThreads ,
Go to online store > Themes > Edit code > Find base.css file
Add to the give code at the bottom of the file base.css
.h2 {
font-size: calc(var(--font-heading-scale)* 18px);
}