Post font size

I want to globally set font size of my post so I don’t have to change every time I write it.
I am using xtheme pro.

Hey @itsthehype,

Regretfully, there’s no font size option for posts only and it’s also not recommended for consistency of your site’s design.

If you wish to continue though, you will need to override texts using custom CSS like the one below:

.single-post .entry-title {
	font-size: 200%;
}
.single-post h1 {
	font-size: 150%;
}
.single-post h2 {
	font-size: 130%;
}
.single-post p {
	font-size: 1.2em;
}

If you’re not familiar with web development, I’d recommend that you consult with a third party developer.

Thanks.

how to set it to 18pt?

To understand how to set a font size, please see this article https://kyleschaeffer.com/css-font-size-em-vs-px-vs-pt-vs-percent

By the way, I’d recommend that you wait for the up coming Layout Builder feature, this will allow you to build your own single post template using a builder so you don’t need CSS.

For now, you will need to hire a third party developer as we could not help with custom coding. Please see our Terms.

Thank you for understanding.

Thanks :sunglasses:

You’re welcome!

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