Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Black box appears in the search background › Reply To: Black box appears in the search background
November 14, 2013 at 11:22 am
#794
Keymaster
Ok!
I think I have found it. It’s coming from the download manager plugin css. If you add this code in any css file or in the header of the website, it will fix the black box:
.probox .proinput .loading {
padding:0 !important;
position: static !important;
}