Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Background transparent on search bar not works › Reply To: Background transparent on search bar not works
April 2, 2021 at 9:20 am
#32523
Keymaster
Hi!
Try this custom CSS:
.asp_m, .asp_m div {
background: transparent !important;
background-image: none !important;
}
This should force everything on the search input box to transparent.