Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Disable result link (click action) › Reply To: Disable result link (click action)
January 11, 2025 at 4:45 pm
#52458
Keymaster
Hi!
The easiest and simplest way to do it is by using this custom CSS:
.asp_r .item {
pointer-events: none !important;
}
This will prevent any clicks on the browser level, without making any modifications on the plugin code.