Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Red BG On Mobile Page › Reply To: Red BG On Mobile Page
May 2, 2023 at 11:26 am
#42353
Keymaster
Hi,
It looks like a simple CSS conflict. This custom CSS code should resolve it:
.asp_m form {
border: none !important;
}
Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.