Remove search from main menu?

Posted in: Newspaper
Post count: 20

How do I remove the search from the main menu?

I searched the forum and found the question, but no answers. Is it a theme option? or a code modification?

Post count: 23312

Hello kdannay,

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

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

Thanks.

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