[Resolved] Footer Content

Home Forums Support [Resolved] Footer Content

Home Forums Support Footer Content

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #460255
    Ryan

    I want to insert some content inside the the site-footer div but above the widget area. For example the logo of my site and tagline but on a separate row above the widgets. I can’t find a hook for this, also I can’t see how to do this in a child theme. What would be the best way?

    #460272
    Leo
    Staff
    Customer Support

    Hi there,

    You can create two separate <div> in the copyright area and they should stack on top of each other.

    Let me know if this works for you.

    #460273
    Ryan

    Unless I’m misunderstanding. I don’t want it in the copyright area but the beginning of the footer area above the widgets.

    #460286
    Leo
    Staff
    Customer Support

    Above footer widgets?

    Then before footer hook and the before footer content hook should both work?
    http://demo.generatepress.com/hook-locations/

    What was the issue?

    #460292
    Ryan

    It put the content outside of the footer div. my footer has a background color I wanted the content inside the footer color area but above the widgets. Not above the entire footer.

    #460295
    Leo
    Staff
    Customer Support

    We just have to use CSS to make that hook the same color as your footer widget background color.

    This would be your HTML:
    <div class="before-footer-content"> Content here</div>

    And CSS:

    .before-footer-content {
        background-color: #000000;
    }
    #460646
    Ryan

    Ahh yes I guess that is a simple solution, thanks!

    #460738
    Leo
    Staff
    Customer Support

    No problem!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.