Site logo

Archived topic

Changing post font size dispatch

5 replies · Started by Larrian on October 7, 2021

Viewing posts 1–6 of 6

I am looking to enlarge the font size in my posts in Dispatch. I see I can do this in gutenberg per block, but is there a way to set it for ALL posts? I went into appearance and it only seemed to change front page font size which I dont want to do...just the posts.
Thanks for your help.
kimblebeauty.com

Hi there,

Can you try increasing the body font size in Customizer > Typography > Body?

That would increase the font size for all content with <p>.

Let me know :)

That didnt change the font for the entire page that was written....and it changed the font size for the homepage which I dont want to do. I want to make all the blocks on a previously written and published post bigger without having to go to each block and change the font size. The max was 25 pt for the default font. If you look at https://kimblebeauty.com/thyroid-hair-loss-and-menopause/
you can see the font change that I did for those blocks individually....but its a big article and I was hoping there was a way to change ALL the blocks to the larger font size.
Is this possible? I'm new to Gutenberg.
Thanks

Hi Larrian,

In that case, customizer option can not override the settings from individual block.

You can give this CSS a try:

.single-post p.has-large-font-size {
    font-size: 1em;
}

Feel free to change the font size value :)

That seems to have made a difference...thanks so much!

No problem :)

This archived topic is closed to new replies.