remove search icon on header (shapely)

hey there,
I want to remove the search icon (button, sign) on the header, but nothing I tried worked? can you please give me the correct CSS code?
thanks!
Ulrike
my homepage: www.altoia-arlberg.at

Hello there,

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