[Support request] Hide mobile header on homepage

Home Forums Support [Support request] Hide mobile header on homepage

Home Forums Support Hide mobile header on homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1609709
    Matthew

    Hi,

    Is there a way to hide the mobile header only on the homepage?

    I use a page builder for the homepage and have a custom-designed header that I want to display. But I don’t want it to show on the rest of the site because it affects page speed.

    #1609926
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        body.home #mobile-header {
            display: none !important;
        }
    }

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

    #1614097
    Matthew

    Thanks Leo.

    That code hides the mobile header selected in generatepress on the home page, but unfortunately also hides the page builder custom header that I’m trying to set for the home page on mobile.

    Is there any way around this?

    #1614218
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the problem page?

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