[Support request] How To Remove Primary Header From Mobile (Not Main Site)

Home Forums Support [Support request] How To Remove Primary Header From Mobile (Not Main Site)

Home Forums Support How To Remove Primary Header From Mobile (Not Main Site)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1148744
    Fraser

    Hello! I was stuck on the setting, I do not want the primary menu to show on Mobile (only on Desktop) how do I do this in the setting? Thanks!

    #1148761
    Leo
    Staff
    Customer Support

    Hi there,

    This CSS is required:

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

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

    Let me know if this helps 🙂

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