[Resolved] Typography Headings Line-Height Not Applying

Home Forums Support [Resolved] Typography Headings Line-Height Not Applying

Home Forums Support Typography Headings Line-Height Not Applying

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #662879
    David

    Hi Tom and team,

    To start with, I absolutely love GeneratePress. Thank you for all your hard work and effort. It shows in the final product. πŸ™‚

    Just a quick question: When I change the line height in typography for H5, it doesn’t actually change on the page, no matter how high I go up (I believe the same is true for all over H tags as well). Have you noticed this? Am I doing something wrong?

    Thanks so much!

    #663132
    David
    Staff
    Customer Support

    Hi there,

    Nice to hear you’re liking GP πŸ™‚

    that would normally mean that some other CSS is overriding the Customiser settings.
    Are you using a page builder?

    #664815
    David

    Hi David,

    Thanks for the reply. Yes, I’m currently using Elementor to build pages and posts.

    #665090
    David
    Staff
    Customer Support

    Thought so πŸ™‚ Elementor adds its own classes to the heading widget which over rules the theme settings. Aside of using the Text widget and selecting a heading which doesn’t do this, you can use CSS like so:

    .elementor-widget-heading h5.elementor-heading-title {
    	line-height: 1.4em;
    }
    #666149
    David

    This worked great! Thanks so much David. Have a great day! πŸ™‚

    #666150
    David
    Staff
    Customer Support

    You’re welcome πŸ™‚

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