Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › when carrying Widgets search box I get this message when carrying No top search › Reply To: when carrying Widgets search box I get this message when carrying No top search
August 3, 2022 at 2:17 pm
#38657
Keymaster
Try this custom CSS:
div[id*=ajaxsearchprowidget] .gc-widget__title {
display: none;
}