This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: search field does not display

#39669
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

You have the following custom CSS rule in your site header for the search:

.header-info .nav-secondary .ajaxsearchpro .probox.hide-search-box .proinput {
    visibility: hidden !important;
}

That hides the search input container. If you remove this CSS rule, it will resolve the issue. The input will be visible afterwards.