Hide menu on mobile

Home Forums Jevelin Theme Hide menu on mobile

Home Forums Jevelin Theme Hide menu on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • aidhenic
    Participant

    Hi,

     

    Is it possible to hide the menu on mobile phone?

    Site: http://www.thecontentsolution.nl

    Solution for this topic

    Hi @aidhenic,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    nav#header-navigation-mobile {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    aidhenic
    Participant

    Thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)