search flashes down when cursor over menus

Hi shapely team-

When visitor moves cursor up near menus, the search bar suddenly appears, drops, and then disappears. How do we stop that?

see: essentials -

Thanks!

-= Mason

hey there

What exactly you want to stop? search bar or appearing animation?

There’s no search bar on the page.

But, when visitor move cursor up by the menu system (to the very top of the page), a search bar suddenly appears for 1 second and then goes away.

See any page at: http://www.cognitiveliberty.org/

We don’t want that ghost search bar to appear.

Thanks,
-= Mason

Good morning Mason

Ok, please add this CSS in appearance - customize - additional CSS

.search-widget-handle {
display: none;
}

Thanks!
Colorlib Support Team