We're merging with GenerateBlocks! Learn more here.

[Support request] How to change title line height

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support How to change title line height

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33250
    Simon
    Participant

    Hi, I can see how to set the content title element to H2 and have custom set the title font size to 18px but there doesn’t seem to be a setting to adjust the title element line height. Is it possible to change this to increase the spacing between lines of title text with custom CSS ?

    #33286
    elvin
    Moderator

    Hi there,

    You can play around with this CSS:

    .wp-show-posts-entry-title {
        line-height: 1.5em;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.