Removing Search Function

Posted in: Newsmag
Post count: 1

I do not want the Search Function on my Main Menu/ Header section.

Is there any way I can remove that? I am not good with coding so any other alternate.

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/DaUZU4WCh9i

.td-search-wrapper {
display: none;
}

Thanks!

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