[Support request] how to change Line height in Content area

Home Forums Support [Support request] how to change Line height in Content area

Home Forums Support how to change Line height in Content area

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #271938
    simcha

    how do i make the height of the text rows of my posts and pages higher?
    Typography-Content-Heading 3 (H3) -Line height ??
    there is no “Line height”, is there any way to make the spacing between the text rows more breathable ?

    thank you for your help

    #271962
    Leo
    Staff
    Customer Support

    Hi there,

    Line height feature is in the plan for future updates ๐Ÿ™‚

    For now you can use this CSS:

    h3 {
        line-height: 1.5em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #2376577
    Derek

    > Line height feature is in the plan for future updates ๐Ÿ™‚

    5 Years later, still not a feature; please add it already…

    #2376675
    Ying
    Staff
    Customer Support

    Hi Derek,

    The line height feature has been added to GP free theme already in Aug 2021.
    https://docs.generatepress.com/article/dynamic-typography-overview/#typography-options

    If you are still using the old typography system, you can switch to the dynamic dynamic system:
    https://docs.generatepress.com/article/switching-to-dynamic-typography/

    #2376676
    Derek

    Hi Ying,

    Sorry I should have specified, yes global options are available, however sometimes there is a need to over-ride the global on a specific chunk of text (whether that be a heading or paragraph); it would just be nice to have that fine control when necessary without manually doing custom CSS.

    Kind Regards,
    Derek

    #2376717
    Ying
    Staff
    Customer Support

    Hi Derek,

    Actually, the dynamic typography system allows you to do so — target individual CSS class(es) or/and elements.

    You can choose Custom as the target element, then enter the CSS class of the text.
    https://docs.generatepress.com/article/dynamic-typography-overview/#typography-manager

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