How to decrease the distance between lines of text on a banner

Hi everyone,

Does anyone know how to decrease the distance between two lines of text, on a banner image in my case?

Does it have something to do with the padding?

Thank you in advance!

Hi @Chrystel078

I hope you are well. You can follow our instructions below:

1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there

Here is the code for Step 3:

h3.SectionHeader__SubHeading.Heading {
    margin-bottom: 0 !important;
}

Please let me know if it works. Thank you!

Best,
Daisy - Avada Support Team.

Hello @Chrystel078

Put this css on theme.liquid in style tag or put css on base.css file or put css on customization and click custom css

h3.SectionHeader__SubHeading.Heading {

margin-bottom: 0 !important;

}

If its helpful please Like and Accept as Solution Thanks