I can’t find where to adjust the line height for these Heading 1, 2, 3, blah blah.
The sentences are on top of each other and looks awful.
Please advise.
Thanks
Hey Intell!
Please go to Enfold theme options > Advanced Styling and edit heading elements to change their line heights. If you would like to change line height inside blockquote, please add following code to Quick CSS in Enfold theme options under General Styling tab
blockquote h4 {
line-height: 26px;
}
Regards,
Yigit