Increase Font Size Of Blog Article Content

Hello,

Can you please let me know how I can increase the font size of the article text.

I want to change only the font size of the paragraphs, not the titles.

Thank you!

Hi,

Please use this CSS snippet: How to add custom code snippets - HivePress Help Center :

.post__text {
	font-size: 20px;
}

Please note that it can require further customization.

It worked, thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.