Remove search from top menu

Posted in: Newsmag
Post count: 4

Hi

How can I remove/disable the search feature from the top menu?

Thanks

Post count: 23312

Hello isdreams,

You should use such a custom CSS code if you want to hide that functionality. Provide your website URL so I can provide a more accurate code.

Thanks for the message!

Post count: 4

Hi Catalin

http://www.ahbv-pontedesor.pt

Thanks

Post count: 23312

Hello isdreams,

Use the code below and place it in Theme panel -> Custom CSS area.

.header-search{
display:none;
}

The result is here -> https://www.screencast.com/t/1Tl55LEUYc

Thanks.

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