This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Unable to hide Products heading

#37275
Ernest MarcinkoErnest Marcinko
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.