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
April 14, 2020 at 10:05 am
#26698
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;
}