Default font line height

Can I change default font line height for my content and headings ( as I do with the font size in theme option/font size)?

Comments

  • Please make a screenshot of what you mean with explanation and also please attach url to your website where you got it and we`ll have a look on it.
  • I want to set default font line height to all my content text to 32 if possible. Content font size is set to 20.
  • It is not possible to setup it using one css for whole content if you use muffin builder items because some of texts that you probably need won`t be in p tag. But you can use below css and if this won`t work for some items on your website where it should be, then you must make similar css for all items where you want this line height.
    p { line-height: 32px; }
    Above code will definitely work for all texts wrapped into p tag.
  • thanks!
Sign In or Register to comment.