Site logo

Archived topic

Increasing the line height of blog title

5 replies · Started by Sumit on October 19, 2018

Viewing posts 1–6 of 6

Hi can you please help me with css so I am able to increase the line height of for blog title, for both mobile and desktop.

Hi there,

Line height setting should be included in Customizer > Typography > Headings > h2.

If you want specific setting on mobile, this should work:

@media (max-width: 768px) {
    h2 {
        line-height: 1em;
    }
}

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

Let me know :)

thank you.

Can you please tell me how I can add this line on my blog, both on homepage as well as blog posts.

http://prntscr.com/l86n7z

Thank you.

Can you open a new topic for the separate question and link me to the example page?

Awesome :)

This archived topic is closed to new replies.