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

Reply To: Replace WP Search

#28963
Ernest MarcinkoErnest Marcinko
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;
}