Disable search from Theme header/menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23667
    mashaku
    Participant

    Hello.
    I would like to dissable search wich appears in primary menu
    Can you please explain, how can I do it?

    #23680
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code in Additional CSS section to disable search which appears in primary menu by going to Admin Panel > Appearance > Customize > Additional CSS.

    #header-search .wt-icon-search{
      display: none;
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    #23767
    mashaku
    Participant

    Hello, it was

    #header-search .fa-search{
    display: none;
    }

    And it works.

    Thank you

    #23776
    wensolutions
    Keymaster

    Hello,

    Glad that you found workaround.

    If you have any queries further, let us know.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Travel Log’ is closed to new topics and replies.