Okay
  Public Ticket #1244339
How can I add a search icon as part of the menu
Closed

Comments

  • Arvi started the conversation

    Hello,

    So the client wanted the top bar totally removed (where the theme's search functionality is originally located) and move it as part of menu. I've seen other themes with this functionality as part of customizer and would like to ask how can I make a search icon part of main menu with Models Agency theme?

    Thanks for your help. I appreciate it.

  •  1,611
    Andrey replied

    Hello, Dear Arvi!

    If you want ot hide the top bar completely (with the social icons, search etc), click WP Dashboard => Appearance => Customize => Additional CSS and insert here the following code:

    .header_style1 .header__top .top-bar {
        height: 60px;
        position: relative;
        display: none;
    }
    

    Then click "Save and Publish" button.

    If you want to add search functionality in menu, please use this plugin:

    https://wordpress.org/plugins/add-search-to-menu/

    or

    https://wordpress.org/plugins/bop-search-box-item-type-for-nav-menus/

    Sincerely Regards!