Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Result title headings › Reply To: Result title headings
November 8, 2018 at 2:47 pm
#19859
Keymaster
Hi!
Yes, it is possible, this small custom CSS code should do the trick:
[html].asp_r h3:before {
content: "";
}[/html]
This is higher specificity as the global h3 rule you have there, so it will only apply on the live search results, and override the counter there.