Home Forums WoodMart support forum Can't remove the search box on the mobile menu

Can't remove the search box on the mobile menu

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

    VivaDigital
    Participant

    Hi, I tried to use this code below to remove the search box on the mobile menu

    .mobile-nav .searchform {
    display: none!important;
    }

    but it does not work on my site.
    Ps: I dont’ use the visual header builder, so don’t give me that answer please ahah.

    #66793

    Artem Temos
    Keymaster

    Hi,

    It doesn’t work because you missed a closing bracket } after the previous statement https://gyazo.com/fcdde4aa3613a5950a3dfe05e7e514db

    Regards

    #66897

    VivaDigital
    Participant

    Thanks team. Can I completely delete the menu in mobile version? Remember that I dont’ use the visual header builder, so don’t give me that answer please 🙂

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

    Artem Temos
    Keymaster

    Sure, you can hide it with CSS code

    .mobile-nav-icon {
    	display: none!important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)