Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search Widget transparent background › Reply To: Search Widget transparent background
September 14, 2016 at 9:24 pm
#10138
Keymaster
Hi!
The background color is coming from the widget container. The widget container layout is purely controlled by the theme CSS. However you should try the following custom CSS:
[html]*[id*=ajaxsearchprowidget] h3.widget-title {
display: none !important;
}
*[id*=ajaxsearchprowidget] {
background: transparent !important;
}[/html]
These will force to remove the background from the widget container.