ornever 0 Share Posted January 22 Site URL: https://www.or-never.com/ Hi there I would like to reduce the line height on the headline of my homepage. www.or-never.com Headline "Need help launching your business?" Can anyone help me please? Many thanks and kind regards Sibylle Huber Link to post
0 RyanDejaegher 137 Share Posted January 22 Hey @ornever this should do the trick, it looks like you've already got some CSS to try fix the issue [data-section-id="5ec7c08076c7027645c95b6c"] h1 { line-height: 120% !important; } tuanphan 1 Philadelphia, PA 👉 Squarespace Tutorials Chat/Message on FB Messenger for quickest response: https://m.me/dejaegherryan Link to post
0 ornever 0 Author Share Posted January 27 On 1/22/2021 at 6:21 PM, RyanDejaegher said: Hey @ornever this should do the trick, it looks like you've already got some CSS to try fix the issue [data-section-id="5ec7c08076c7027645c95b6c"] h1 { line-height: 120% !important; } Hello @RyanDejaegher. Thank you so much for your help. Unfortunately it does not work! I inserted the custom code in Design/CustomCSS - but nothing happens. I think the problem is not the line-height but the background of this section. The text has a background colour that is now set on transparent. I would like to delete that background completely, but don't know how! Thanks again and kind regards Sibylle from or never Link to post
0 tuanphan 9,572 Share Posted February 2 On 1/27/2021 at 3:30 AM, ornever said: Hello @RyanDejaegher. Thank you so much for your help. Unfortunately it does not work! I inserted the custom code in Design/CustomCSS - but nothing happens. I think the problem is not the line-height but the background of this section. The text has a background colour that is now set on transparent. I would like to delete that background completely, but don't know how! Thanks again and kind regards Sibylle from or never Have you solved this yet? Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 ornever 0 Author Share Posted February 5 On 2/2/2021 at 3:11 PM, tuanphan said: Have you solved this yet? Unfortunately not! Do you have any idea how to solve it? Thank you so much. Best, Sibylle Link to post
0 tuanphan 9,572 Share Posted February 6 19 hours ago, ornever said: Unfortunately not! Do you have any idea how to solve it? Thank you so much. Best, Sibylle Add to Design > Custom CSS /* need help line height */ div#block-15d9ca305a2b7786c571 h1 { line-height: 10px !important; } Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 ornever 0 Author Share Posted February 8 On 2/6/2021 at 9:17 AM, tuanphan said: Add to Design > Custom CSS /* need help line height */ div#block-15d9ca305a2b7786c571 h1 { line-height: 10px !important; } Hi @tuanphan Thank you so much!!! It works like a charm. BUT: it's not working for mobile! Could you help me as well with a code for the responsive design? Many thanks and kind regards Sibylle Link to post
0 tuanphan 9,572 Share Posted February 8 5 hours ago, ornever said: Hi @tuanphan Thank you so much!!! It works like a charm. BUT: it's not working for mobile! Could you help me as well with a code for the responsive design? Many thanks and kind regards Sibylle Try this /* need help line height */ div#block-15d9ca305a2b7786c571 h1 { line-height: 10px !important; } @media screen and (max-width:767px) { /* need help line height mobile */ div#block-15d9ca305a2b7786c571 h1 { line-height: 25px !important; } } Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Question
ornever 0
Site URL: https://www.or-never.com/
Hi there
I would like to reduce the line height on the headline of my homepage.
www.or-never.com
Headline "Need help launching your business?"
Can anyone help me please?
Many thanks and kind regards
Sibylle Huber
Link to post
Top Posters For This Question
4
3
1
Popular Days
Jan 22
2
Feb 8
2
Feb 6
1
Jan 27
1
Top Posters For This Question
ornever 4 posts
tuanphan 3 posts
RyanDejaegher 1 post
Popular Days
Jan 22 2021
2 posts
Feb 8 2021
2 posts
Feb 6 2021
1 post
Jan 27 2021
1 post
Popular Posts
RyanDejaegher
Hey @ornever this should do the trick, it looks like you've already got some CSS to try fix the issue [data-section-id="5ec7c08076c7027645c95b6c"] h1 { line-height: 120% !important; }
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment