Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Unable to hide Products heading › Reply To: Unable to hide Products heading
March 23, 2022 at 10:37 am
#37275
Keymaster
Oh, you only need to address the other search, but not the one in the header?
I probably don’t need login for that, try this:
.asp_r_3 .searchptitle {
display: none !important;
}
This will apply to the search results with the ID=3, which seems to be the search bar in the middle.