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

Reply To: Removing count from 'more results' in search box

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Removing count from 'more results' in search box Reply To: Removing count from 'more results' in search box

#34112
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Well, there is no option, but it should be possible via a very simple custom CSS code:

a.asp_showmore span {
    display: none;
}

Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.