Home › Forums › WordPress Themes – Premium › Styled Store Pro › To remove Search icon from menu and add it in top header with Logout button
Tagged: Design Change, header change, Menue Change, Styledstore, Styledtheme
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
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
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.