Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Hide "Advanced Title Field" › Reply To: Hide "Advanced Title Field"
March 11, 2020 at 4:00 pm
#26222
Keymaster
Sure!
Use this custom CSS, it should hide it:
.asp_content>h3 {
display: none !important;
}