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

Reply To: Result title headings

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