Site logo

[Resolved] hiding logo on mobile

Home Forums Support [Resolved] hiding logo on mobile

Home Forums Support hiding logo on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2442658
    Simon

    hi,
    I was looking to hide the logo on mobile view. I found the CSS tweak from a closed thread in 2018 although it didn’t hide it when I tried using WP customizer view.
    Any suggestions?
    Thanks
    Simon

    #2442722
    David
    Staff
    Customer Support

    Hi there

    can i see the site ?

    #2443101
    Simon

    Hi David,
    Thanks for replying to me so quickly, much appreciated.

    #2443372
    Leo
    Staff
    Customer Support

    Can you disable the mobile header option in the customizer first?
    https://docs.generatepress.com/article/mobile-header/

    Then this should work:

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

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

    Let me know if this helps 🙂

    #2443440
    Simon

    `Hi Leo,

    Thanks ever so much! That worked perfectly 🙂

    #2443443
    Leo
    Staff
    Customer Support

    No problem 🙂

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