Post

3 followers Follow
0
Avatar

Cannot edit line height in custom font

Stephanie Brefeld

When I changed the font color in a headline, the option to edit the line height went away.
From what I can tell, all other normal editing can happen (font size, color, bolding, etc) but not line height. 
Please make sure that can still be edited when working with a custom font...custom font simply made by color change this time...without me having to put in custom code (what support kindly suggested I do).
That is beyond my capabilities atm.

Thanks a bunch!

Official comment

Avatar

Just add this to the custom code > header section.

<style>
li::marker {
   color: #fff;
}
</style>


Replace #fff with the hex color of your choice.

Sorry this isn't easier. It's a problem with the software we use for our HTML editor, called CKEditor. Has been an issue for years with no resolution.

Landon Ray
Comment actions Permalink

Please to leave a comment.

4 comments

0
Avatar

Thanks, Landon!
I was on a call with Jennie at the time, so I believe it was documented, but now it's all fine. Tests revealed, as you say, line height working fine. Perhaps the order of events? IDK, it's happened before that the line height adjustment would not be an option under some circumstances and in boxes where it had been avail previously. 
If I can't duplicate it now, it's a moot point, though. Thanks for your attention to this, though.

I have another problem I encountered & was told needed custom code to fix:
Bullet points cannot be changed to match the font color. Looks unprofessional to be black next to blue text IMO, but not stand-out or big deal in this situation given it's dark blue. 
Thanks much!

Stephanie Brefeld 0 votes
Comment actions Permalink
0
Avatar

This is awesome, thank you! It looks great now - really appreciate your help!

Stephanie Brefeld 0 votes
Comment actions Permalink