How to I remove the 'search' field in the header menu?

Posted in: Newspaper
Post count: 5

Hi there,

Our site is live at http://www.balukoo.com, but I’d like to remove the ‘Search’ field in the header menu. But I have not been able to find any info in the forum or online to help me do this. Is there a custom CSS code that I can input?

Thanks a lot.

Haresh

Post count: 1291

Hi,

You can use the following css:

.header-search-wrap {
display: none;
}

or you can remove it from the code – http://screencast.com/t/oMaC1g5Ka5K

Thank you, Emil G.

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