Hide Search icon

Posted in: Newspaper
Post count: 113

is it possible to hide teh search icon or even better, move it to the top bar?

Post count: 20688

Hi,

The search function is integrated in the header menu – https://www.screencast.com/t/if5jskv5IQp2 so the easier way would be to hide is with css if you want to remove it – https://www.screencast.com/t/2WrbMFsbcRv. This is the code used

#td-top-search {
display: none;
}

Thanks

Post count: 113

Thanks Simion,

Also added:

.td-header-main-menu {padding-right: 0px;}

David

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