Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › load more number › Reply To: load more number
March 24, 2023 at 5:27 pm
#41961
Keymaster
Hi!
Thank you very much for your kind words! Yes, it is possible. There is no option for it on the back-end, but with a bit of custom CSS it is easily doable:
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.