Home Forums WoodMart support forum Search on mobile menu

Search on mobile menu

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

    C333
    Participant

    Hi,

    Could you please tell me how to disable search on mobile menu ?

    Thank you.

    #57716

    Hello,

    Please add this CSS to Theme Settings > Custom CSS > put in the fields of devices you do not want to show:

    .mobile-nav .woodmart-search-form{
        display:none;
    }

    Best Regards

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