Removing the Search function at the top of page

Hey there,

how can I remove the search function? Don’t want it for now.

Thank you,
Matt

Hi Matt,

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 -> Activello Options -> Other -> Custom CSS

.site-navigation-inner .nav-search {
    display: none;
}

Best Regards,
Movin