[Resolved] is there a way to use css to hide the site logo when the website is not viewed o

Home Forums Support [Resolved] is there a way to use css to hide the site logo when the website is not viewed o

Home Forums Support is there a way to use css to hide the site logo when the website is not viewed o

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #381419
    sdanbu

    Is there a way to use css to hide the site logo when the website is not viewed on desktop?

    I would like my logo to disappear when used on mobile devices in portrait mode.

    #381427
    Leo
    Staff
    Customer Support

    Hi there,

    You can either try the mobile header without uploading a logo:
    https://docs.generatepress.com/article/mobile-header/

    Or use this CSS:

    @media (max-width: 768px) {
        .site-logo {
            display: none;
        }
    }
    #382658
    sdanbu

    Thank you!

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