Search in Primary menu

Hi,

how can I remove search widget from my Main (Primary) menu?
http://www.barasmarketing.com/

Hi @d3n1s,

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 -> Shapely Options -> Other


#site-navigation .module.left.module.widget-handle.search-widget-handle {
    display: none;
}

Best Regards,
Movin