Adjust Leading On Homepage of Snap Theme

  • Unknown's avatar

    Hopefully you can help me out with this question. I am trying to change the leading between two lines of text on my homepage. You can see it here:

    http://lonecaravan.com

    I’d like to make the leading smaller between Heading East…and Far East. I’m assuming it is this way because of preset formatting of the font styles but I’m hoping that changing a piece of code in the text area could help?

    <span class=”intro” style=”color: #000000;”>Heading East…

    <span style=”color: #000000;”>Far East

    <p style=”text-align: left;”>I quit my job, sold my stuff, and bought a one way ticket to Asia. Follow me here as I travel from Beijing, China to wherever this journey takes me.</p>

    Can I change anything here?

    I’m also wondering if it’s possible to choose an option not to hyphenate words. I’m right now just pressing space until it falls to the next line because I haven’t found an option for this.

    Hope you can help!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, for the line of “Heading East” text, add an opening and closing “p” tag and include a style attribute to adjust the bottom margin such as below:

    <p style="margin-bottom: 0.5rem;"><strong><span style="color:#000000;" class="intro">Heading East…</span></strong></p>

  • Unknown's avatar

    Thanks so much! It worked :)

  • The topic ‘Adjust Leading On Homepage of Snap Theme’ is closed to new replies.