Viewing 7 replies - 1 through 7 (of 7 total)
  • Create a child theme (or download one if the theme author provides it) and copy the home.php file from Leaf into the root of your child theme.

    In the new file from your chile theme, find this line:

    </div><!-- #iview -->

    Directly beneath it, you can place whatever HTML you’d like there…. like:

    <div class="custom-text">
    	<h3>Your New Text Box Headline</h3>
    	<p>Your new text box paragraph.</p>
    </div>
    Thread Starter Tanyad

    (@tanyad)

    Okay thanks, will try that.

    Thread Starter Tanyad

    (@tanyad)

    Hmm, I activated the child theme and now the site sits under a blank box. ?? I followed the installation instructions on the developer’s site. Any ideas what went wrong there? thanks

    t

    It’s hard to say. I don’t know the contents of the child theme. If it’s a barebones child theme, it shouldn’t add anything to the site… just adopt the functionality of its parent. So make sure this child theme is meant for your edits and is not supposed to create a different design.

    As for the text box, that should work as I explained.

    Thread Starter Tanyad

    (@tanyad)

    It was my custom header.

    Yes the text box worked. Thanks! Sorry to be a pain (I’m new to this) but do you know what (and where) I’d put in the CSS to style the font, etc so that it’s the same as my site?

    Thanks again ??

    t

    Thread Starter Tanyad

    (@tanyad)

    Actually don’t worry, I seem to have fixed it. Thanks so much, I really appreciate your help!

    cheers

    Tanya

    No problem at all. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Text box under slider’ is closed to new replies.