karensarai3 Posted September 21, 2021 Posted September 21, 2021 Site URL: https://www.mindbodycalm.co.uk Hi, I'd like to be able to use multiple fonts for Paragraph 1, Paragraph 2, and paragraph 3, and same with headings. Is there a way for me to change say heading 3 and paragraph 3 to a different font that isn't the main font for both categories? Hope that makes sense. Thank you!
tuanphan Posted September 24, 2021 Posted September 24, 2021 Hi, You mean font name, font color, font size...or? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
geshon Posted October 1, 2021 Posted October 1, 2021 I think yes. Is there any chance to do this globally? That it affects every (for example) paragraph 2 on my whole site? At the moment I have to do it for every single block-id … That's a lot of work and if I set up a new page I have to do it again … In my case I just want to adjust the line-height. That's important: paragraphs with tall font-size need fewer line-height than paragraphs with small font-size (and long rows! To be readable it needs more space (line-height) between the rows!)
tuanphan Posted October 3, 2021 Posted October 3, 2021 On 10/1/2021 at 7:12 PM, geshon said: I think yes. Is there any chance to do this globally? That it affects every (for example) paragraph 2 on my whole site? At the moment I have to do it for every single block-id … That's a lot of work and if I set up a new page I have to do it again … In my case I just want to adjust the line-height. That's important: paragraphs with tall font-size need fewer line-height than paragraphs with small font-size (and long rows! To be readable it needs more space (line-height) between the rows!) Add this CSS h3 { line-height: 20px !important; } /* p3 */ p.sqsrte-small { line-height: 30px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.