Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3741
    mlucid60
    Member

    Hi,

    First off, awesome theme.  Thanks!!

    Secondly, I’d like to add a search bar in the menu – on the far right hand side.  Can you help?

    #3784
    Sakin
    Keymaster

    @mlucid60: thanks for your appreciation. Adding search bar in menu. This is quite complicated and you might need to hire a developer or use tweaky to change it. But if you are developer then you need to build child theme and then in your function.php file you need to remove the action for menu
    remove_action( 'catchbox_after_headercontent', 'catchbox_header_menu', 10 );
    Then add the new fucnction with the customized search box in your menu through action hook again.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Search bar in menu’ is closed to new replies.