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

Reply To: Search field has an inner boarder I can't remove

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search field has an inner boarder I can't remove Reply To: Search field has an inner boarder I can't remove

#26698
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

It is coming from a theme custom CSS rule, that adds border and border radius to the input field in the header. This custom CSS should remove that effect:

.head-search div.asp_w input {
    height: 28px!important;
    border-radius: 0 !important;
    border: none !important;
}