StyledThemes

To remove Search icon from menu and add it in top header with Logout button

Home Forums WordPress Themes – Premium Styled Store Pro To remove Search icon from menu and add it in top header with Logout button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49195
    Muhammad Tariq
    Participant

    Hi,
    I am using Styled Pro theme and I want to remove Search Bar From menu and add it in top header with cart and Logout button in header. But, i don’t know where to find this tag “styledstore_header_navigation_menu” to change it or any other way. Can you please help me? and One other thing I want to bring Menu after the Heading in new line?

    URL to my website is this Eden Mobiles

    #49244
    Sushil Adhikari
    Moderator

    HI Muhammad Tariq.

    You can paste this code on child theme functions.php file to remove search form from header menu:

    function styledstore_add_search_form_with_navigation_menu( $items, $args ) {
    	return $items;
    }

    And to add searchform on top bar you need to customize the header.php template. Be sure you customize it keeping on child theme otherwise your changes will lost on theme update.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.