How to remove Search bar on header

I need help to remove that search bar on the header, help?

Hello,

I hope you are doing well today.

You can use the following CSS code to remove the search icon by going to Appearance > Customize > Additional CSS and pasting it there.

.module.widget-handle.search-widget-handle.hidden-xs.hidden-sm {
    display: none;
}

Best Regards,
Support

It didn’t work, anything else? Maybe something to delete in the code?

Hello,

Please try using this CSS instead:

.search {
    display: none;
}

Best Regards,
Support

I have the same Problem. I have tried both possibilities, but it is not able to remove the search bar …

There ist a further Question: Is there a possibility to install a Plugin do create a new footer for this theme?

Hy there

  1. please provide link t your website and I will check why the code is not working
  2. Yes, you can use third-party plugins to create a new footer layout,