Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #4339051
H2 line height
Open

Comments

  • cschweiger started the conversation

    On my home page, the blog post titles are H2 tags, but the line height is set to create a big gap. How can I reduce that line height?

    Attached files:  Screenshot 2025-08-15 at 5.59.30 PM.png

  •  2,944
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .grid-header-box h2 {
      line-height: 22px
    }

    Regards,
    PenciDesign.

  • cschweiger replied

    I'm using Magazine Mixed Posts Style 4 for my home page, so that CSS impacts all titles, but I only need the CSS for the second masonry set of posts, and the list posts. The hero post title is fine as it is now. 

  •  2,944
    PenciDesign replied

    Hi,

    You can modify the CSS code:

    .penci-grid li.grid-style .grid-header-box .grid-title {
      line-height: 22px
    }

    Regards,
    PenciDesign.