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
August 1, 2021 at 10:18 am
#34112
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.