Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search bar style/CSS › Reply To: Search bar style/CSS
July 18, 2016 at 7:29 am
#9538
Keymaster
Hi!
Actually, it looks you got very close to that layout, I can see only one thing that needs to be changed, and it’s to force the main container to a transparent background.
Try using this custom CSS for this purpose:
[html].asp_main_container {
background-color: transparent !important;
}[/html]