Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Number of the counter in "show more results" › Reply To: Number of the counter in "show more results"
March 14, 2017 at 10:27 pm
#12316
Keymaster
Hi,
It is actually possible to hide the number section with a small custom CSS code:
[html]p.showmore span {
display: none !important;
}[/html]