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

Reply To: Black box appears in the search background

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

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