Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Live view › Reply To: Live view
December 12, 2020 at 10:22 am
#30666
Keymaster
Hi,
Those are the resul titles, that cannot be removed via options. You can however use this custom CSS to hide them completely:
.asp_content {
display: none !important;
}
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.