How to remove search icon from Menu Nav

Posted in: Newspaper
Post count: 3

i Want to remove search icon from my menu navigation and i want to put it in top header. how can i do this.

Post count: 23312

Hello technotrain,

If you want to remove the search icon you will have to use a bit of CSS code and place it in Theme panel->Custom CSS area but if you want to move it in the Top Bar menu, please notice that is not a simple task and it require to make some changes in order to achieve best results and all of these involves custom work.

.td-icon-search{
display:none!important;
}

If you want to display more levels in the theme and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you!

Thanks.

Post count: 73

Hi,

Any way to remove the search icon without css (just removing it in the theme files)?

I already removed the “td-search-wrappoer” code in header-menu.php.

This used to work for another page I had but now the search icon is still there in the top menu. What am I misisng?

Kind regards
Lars

Post count: 6535

Hi

The icon can be removed from header-menu.php and header-menu-h1.php files by commenting this code: http://screencast.com/t/19JIEfnDm9s6

Thanks!

Post count: 73

Thanks! But not really sure what you mean by that.

Should I remove the code from line 31 and downwards?

And what should be done with the other code you marked?

Tried the css code but that did not do anything.

Best wishes
Lars

Post count: 73

Sorry. Css worked (must been a cache).

Best wishes
Lars

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.