Home › Forums › Arnold WordPress Theme › line height for the headlines (h1, h2…)
- This topic has 4 replies, 3 voices, and was last updated 1 week, 3 days ago by
applemint.
Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
- June 24, 2020 at 9:39 am #21724
Hello! I can´t find in the themes option the right option to edit the line height for the headlines (h1, h2…). Where can I find it?
Best, Fabi
June 25, 2020 at 2:37 am #21735Hi,
There is not the option to adjust line-height for now, we will consider adding it in the future. Please use the custom CSS(“Appearance > Customize: Additional CSS”) to adjust them:
.entry h1,.text_block h1, .ux-portfolio-template-intro h1 { line-height: 1; } .entry h2,.text_block h2,.ux-portfolio-template-intro h2 { line-height: 1; } .entry h3,.text_block h3,.ux-portfolio-template-intro h3 { line-height: 1.2; } .entry h4,.text_block h4,.ux-portfolio-template-intro h4 { line-height: 1.4; } .entry h5,.text_block h5,.ux-portfolio-template-intro h5 { line-height: 1; } .entry h6,.text_block h6,.ux-portfolio-template-intro h6 { line-height: 1; }
Regards!
SeaTheme – SeaTheme.net – Twitter – FacebookFebruary 23, 2021 at 5:25 pm #23952Hi,
How to include page-id-xxx to the above code? I would like to make changes to h3 on one page only (and for the change not to affect mobile view).
Thank you
February 24, 2021 at 2:11 am #23953Hi,
It should be:
.page-id-xxx .entry h3, .page-id-xxx .text_block h3, .page-id-xxx .ux-portfolio-template-intro h3 { line-height: 1.2; }
Regards
February 24, 2021 at 3:32 pm #23957Thank you!
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.