Archived topic
Footer idea
5 replies · Started by Tom on July 13, 2020
Hey guys, I'm a new to Generate Press and I did most of tweaks thanks to this forum, however I stuck on footer.
Wondering is it possible to make a footer with a "sticky" image on top of it? Like the screenshot: Footer idea
Hi there,
welcome to GP :)
I am not sure what the 'sticky' requirement is - do you want it displayed above the footer widgets ?
Yes indeed, above footer widgets.
Logo and colour bar... Logo shifted partially on the bar...
Is the Nudne Chlopaki the logo ?
Yes, that's the logo https://www.dropbox.com/s/rapa5ucw7a4dbc3/nudne-chlopaki-logo-white.png?dl=0
OK - you could use a Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
Add your image HTML as the Hook content. eg.
<div class="custom-footer">
<img class="custom-footer-logo" src="url_to_image/logo.jpg" alt="logo">
</div>
Then select the before_footer hook
And set your Display Rules where you want it displayed.
Once its there we can look at the CSS to create the overlay