Reply To: Responsive?
February 15, 2017 at 2:10 pm
#3173
Grace Themes
Member
Hi
To increase the line height of blog post title
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
and use below css code in custom css box
h1.entry-title, h1.page-title { line-height: 32px; }
Regards
Grace Themes