Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Turn off Hyperlinks › Reply To: Turn off Hyperlinks
January 19, 2024 at 1:41 pm
#46678
Keymaster
Hi Joe,
Sure, it is possible via using a small custom CSS snippet:
.asp_r .overlap {
display: none !important;
}
.asp_r a {
pointer-events: 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.