Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Transparent search bar? › Reply To: Transparent search bar?
October 25, 2016 at 6:16 am
#10590
Keymaster
Hi!
Well, my guess is yes, with a custom CSS to force transparent background:
[html].asp_main_container, .asp_main_container * {
background: transparent !important;
}[/html]