How can I change the line height for text, and headlines to be in PX? At the moment is in PT I think
Thanks,
Alex
How can I change the line height for text, and headlines to be in PX? At the moment is in PT I think
Thanks,
Alex
Hello Alex,
Thanks for writing to us.
Regretfully there are no options for that at the moment I would suggest you add element CSS on the element.
For the text element
$el.x-text{line-height:30px;}
For the Headline element
$el.x-text .x-text-content-text-primary{line-height:30px;}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.