Solved

adjusting Line height in Debut for headings text only

Ron361
Tourist
3 0 1

Hi All,

I'd like to tighten the spacing (line height) between lines in the headings — not the body text.

Thanks for any help.

 

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

Hey @Ron361,

Please add the following code at the bottom of your assets/theme.scss.liquid file.

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
line-height: 0.8 !important;
}

 

Let me know if this works! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)

dmwwebartisan
Shopify Partner
12289 2547 3698

Hey @Ron361,

Please share your website URL. I will check and provide a solution here.

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Ron361
Tourist
3 0 1

hit5.myshopify.com

pw Spark361Hit5

 

Thanks.

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

Hey @Ron361,

Please add the following code at the bottom of your assets/theme.scss.liquid file.

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
line-height: 0.8 !important;
}

 

Let me know if this works! 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Ron361
Tourist
3 0 1
Yes! Thanks!