Home Forums WoodMart support forum How to disable the Menu in the mobile version?

How to disable the Menu in the mobile version?

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

    MihailKalygin
    Participant

    How to disable the Menu in the mobile version? I only need to leave Categories.

    Attachments:
    You must be logged in to view attached files.
    #218974

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .mobile-nav-tabs li.mobile-pages-title{
    display:none;
    }

    Best Regards

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