Site logo

Archived topic

font size

1 reply · Started by johnzoro on March 15, 2021

Viewing posts 1–2 of 2

i know i can change the font size of the text in the body of the single post

but is there a way to make that bigger, but it not affect the font size in archives and blog (like the excepts) if that makes sense?

Hi there,

you would use some CSS to change the single-post font-size:

.single-post .entry-content p {
/* Your single post paragraph styles here */
}
This archived topic is closed to new replies.