[Resolved] Hide footer bar on computer

Home Forums Support [Resolved] Hide footer bar on computer

Home Forums Support Hide footer bar on computer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1629955
    Matthieu

    Hello is it possible to hide the footer bar on computer? Thanks.

    #1629958
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .site-info {
            display: none;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1630219
    Matthieu

    It’s perfect thanks !

    #1630664
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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