Solved

Reduce line height on icons with text | Broadcast Theme

JonX
Explorer
76 6 33

Hello,

I wish to reduce the line height on ALL the title of the section below :

My URL : www.ambigoose.com

Thank you

Jon

Screen Shot 2021-08-03 at 9.34.42 AM.png

Accepted Solutions (2)

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @JonX 


please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

 @media only screen and (max-width: 1900px){
#shopify-section-1627965498ed254d53 .icon__column__text h2 {
    line-height: 23px  !important;
}
}

 

View solution in original post

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@JonX 

please try this code

1. Go to Online Store->Theme->Edit code

2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

 

@media only screen and (max-width: 1900px){
#shopify-section-1627965498ed254d53 .icon__column__text h2 {
    line-height: 23px  !important;
}
}

 

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

View solution in original post

Replies 3 (3)

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @JonX 


please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

 @media only screen and (max-width: 1900px){
#shopify-section-1627965498ed254d53 .icon__column__text h2 {
    line-height: 23px  !important;
}
}

 

JonX
Explorer
76 6 33

Hi @Kinjaldavra 

Thank you so much that is perfect

Jon

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@JonX 

please try this code

1. Go to Online Store->Theme->Edit code

2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

 

@media only screen and (max-width: 1900px){
#shopify-section-1627965498ed254d53 .icon__column__text h2 {
    line-height: 23px  !important;
}
}

 

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