Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Replace WP Search › Reply To: Replace WP Search
August 15, 2020 at 11:18 am
#28963
Keymaster
Okay, let me know if you need any help with that.
I see you have the search bar in the header already, if you wish to hide the theme search, you can use this custom CSS:
span#search_toggle {
display: none !important;
}
You can also use this custom CSS to better vertical center the search bar:
div.asp_m_1 {
display: inline-block !important;
vertical-align: middle;
}