Tagged: 

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

    How does one remove the Search function from the header?

    Thanks!

    #116093

    .. is there a way to edit the CSS perhaps?

    #116094

    ADMIN PANEL > Enfold Theme Options > Styling > Quick CSS (paste code) :

    #top .menu-item-search-dropdown > a, #searchform #searchsubmit, .ajax_search_image, .iconfont{

    display: none;

    }

    #116095

    Hi!

    Or open up functions-enfold.php and delete following line:

    add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );

    Best regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Search from Header’ is closed to new replies.