Comments cschweiger started the conversationAugust 15, 2025 at 11:00pmOn 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,963PenciDesign repliedAugust 16, 2025 at 1:42amHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .grid-header-box h2 { line-height: 22px } Regards,PenciDesign.cschweiger repliedAugust 16, 2025 at 3:24amI'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,963PenciDesign repliedAugust 16, 2025 at 4:45amHi, You can modify the CSS code: .penci-grid li.grid-style .grid-header-box .grid-title { line-height: 22px } Regards,PenciDesign.1 Like Sign in to reply ...
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
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
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.
Hi,
You can modify the CSS code:
Regards,
PenciDesign.