
Once you install the from Magefan or import your posts to it, you might notice that titles are too big on the blog homepage or categories. It happens because of the size of the root element in your theme. The bigger it is, the bigger the titles in your blog.
![]()
But no need to worry. You can fix that in just a few clicks.
To fix big titles in the Magefan blog:
1. Navigate to Apps > Magefan Blog > Configuration and scroll down to the Design section.
2. Find the Custom CSS section and enable it. Then paste the following code there and tweak the 20 number to define the font size:
.shopify-section.shopify-section__blog .article-post__title {
font-size: 20px;
}
![]()
3. Don't forget to Save the settings and check your blog on the frontend. Big titles should be gone.
![]()
You may tweak other design settings and change the post list templates to achieve just the right setup. If something still doesn't fit, let us know, and we'll fix it together.
