Archived topic
footer above footer
7 replies · Started by Ivan Cazorla on December 2, 2017
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
Hi there,
You should be able to use the Before Footer hook inside GP Hooks :)
And what should I write inside the Before Footer hook to make like a newsletter footer like the one in website https://bellroy.com

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 :)
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
How do you usually add that in content?
Shortcode? If so you can just add it in.
Finally managed to do it, thanks!!
No problem!