[Support request] Footer idea

Home Forums Support [Support request] Footer idea

Home Forums Support Footer idea

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1362670
    Tom

    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

    #1362829
    David
    Staff
    Customer Support

    Hi there,

    welcome to GP 🙂
    I am not sure what the ‘sticky’ requirement is – do you want it displayed above the footer widgets ?

    #1363011
    Tom

    Yes indeed, above footer widgets.

    Logo and colour bar… Logo shifted partially on the bar…

    #1363338
    David
    Staff
    Customer Support

    Is the Nudne Chlopaki the logo ?

    #1363392
    Tom
    #1363417
    David
    Staff
    Customer Support

    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

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