Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search field does not display › Reply To: search field does not display
October 17, 2022 at 12:16 pm
#39669
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.