Reply To: Search Widget transparent background

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search Widget transparent background Reply To: Search Widget transparent background

#10138
Ernest Marcinko
Ernest Marcinko
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:

*[id*=ajaxsearchprowidget] h3.widget-title {
    display: none !important;
}

*[id*=ajaxsearchprowidget] {
    background: transparent !important;
}

These will force to remove the background from the widget container.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)