Home Forums Pro Themes Onefold Pro No white bar on homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #126925
    Esther
    Participant

    Hello,
    On a mobile devices my homepage shows a white bar with ‘Home’. Is it possible to use only the ‘hamburger’ and no white bar for the menu?

    http://www.voorbeeld.museumstaal.nl

    Thank you!

    #126970
    wensolutions
    Keymaster

    Hello,

    To remove the white bar, please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (max-width: 900px){
       #masthead{
         display: none;
       }
    }

    Hope this helps.

    If you have any queries further, let us know.

    #126978
    Esther
    Participant

    Thank you, it works!

    Kind regards

    #126980
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Regards.

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