Home Forums Basel support forum How to remove the search for products on mobile menu

How to remove the search for products on mobile menu

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

    kingcontent
    Participant

    Hello,

    I want to remove the search box on the mobile menu. See screen attached

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

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to remove it

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

    Regards

    #17543

    kingcontent
    Participant

    Thank you

    #17544

    Eric Watson
    Participant

    You are welcome!

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