• Why do fonts selected in Headings (H1 to H6) display in reverse order when editing? Headings 1 to Headings 6 display progressively smaller as H1 to H6 are selected progressively larger in a Heading Block.

    Also I suggest setting Gutenberg Blocks Text Settings “Small”, “Normal”, and “Medium” to a px or em size. Something that matches the theme Typography > Default Typography sizes.

    Along the same lines, what are the actual sizes when adjusting the slides for Body Font Size and Title Font Size in Theme Options?

    Finally, is there a way to universally change the default bottom margin on all <p> paragraphs?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dlfuller

    (@dlfuller)

    Noobie error: I just realized that the question about Heading font sizes was due to the Easy Google Fonts plugin which adds a Typography section to the theme’s customization options.

    Remove the plugin and remove the option of precise Headings 1 to Headings 6 size and appearance. So not a theme question but a plugin interface question.

    Hi, not sure if you still needed the info about the paragraph tags but you can use this CSS in Appearance->Customize->Additional CSS

    p {
         margin-bottom: 10px;
    }

    Which should modify the value on all <p> tags. However, it may cause display issues in the theme so more specific paragraph tag targeting may be needed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Heading Font Sizes’ is closed to new replies.