Remove search from top menu

How do I remove the search feature from the top menu?

Thanks in advance.

Hey there

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove search*/
.module.widget-handle.search-widget-handle.left.hidden-xs.hidden-sm {
    display: none;
}

Best Regards,
Support

Sorted :slight_smile: Thanks

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support