Site logo

[Resolved] Changing post font size dispatch

Home Forums Support [Resolved] Changing post font size dispatch

Home Forums Support Changing post font size dispatch

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1956182
    Larrian

    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

    #1956224
    Leo
    Staff
    Customer Support

    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 🙂

    #1956280
    Larrian

    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

    #1956283
    Ying
    Staff
    Customer Support

    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 🙂

    #1956975
    Larrian

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

    #1957361
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.