Shopify themes, liquid, logos, and UX
On my main page I added the element "Blog Posts". However, I do not like how big the title font is. Can I make that smaller? And how?
Solved! Go to the solution
This is an accepted solution.
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);
}
Share Preview Link
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Hello @ZakThreads
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
h1.article-template__title {
font-size: 14px !important; /*adjust according to you*/
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
To give an idea of what I am talking about.
can you share blog page URL?
Sense Theme
Version 13.0.1
Looking on how to make the titles to the blog posts that show up on my main page in the "blog post section" smaller. Tried everything, edited the code with every mentioned way, and still not getting the results that I want.
For reference, see above picture.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.article-card .card__heading {
font-size: 20px !important; /*adjust according to you*/
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
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);
}
thx.
Can I also make the body font smaller?
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025