[Resolved] footer above footer

Home Forums Support [Resolved] footer above footer

Home Forums Support footer above footer

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #440013
    Ivan Cazorla

    how can I create another footer so that appears in every site of the website above the widget footer?
    so there would be twoo footers, one with the widgets and another one that i could change the background and put some text or even a newsletter sing up widget.

    thanks,
    ivan

    #440158
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You should be able to use the Before Footer hook inside GP Hooks ๐Ÿ™‚

    #441034
    Ivan Cazorla

    And what should I write inside the Before Footer hook to make like a newsletter footer like the one in website https://bellroy.com

    newsletter

    #441364
    Leo
    Staff
    Customer Support

    You can try something like this:

    <div class="newsletter">
        content here
    </div>

    Then center it using this CSS:

    .newsletter {
        text-align: center;
    }

    It might require some more styling but try this first and link us to the page once you are done ๐Ÿ™‚

    #480328
    Ivan Cazorla

    Putting it some style is no problem, but how do I link it with a Mailchimp account so that users can subscribe to the newsletter?

    thanks,
    Ivan

    #480402
    Leo
    Staff
    Customer Support

    How do you usually add that in content?

    Shortcode? If so you can just add it in.

    #593851
    Ivan Cazorla

    Finally managed to do it, thanks!!

    #594190
    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.