Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search box color/transparency › Reply To: Search box color/transparency
August 16, 2016 at 10:56 am
#9800
Hi!
It appears that the style is overwritten. Try using these custom CSS rules:
.asp_main_container {
background: transparent !important;
box-shadow: none !important;
}
.probox {
background: rgba(26, 27, 28, 0.5) !important;
}
.promagnifier {
border: 0 !important;
box-shadow: none !important;
}
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



