Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › disable search result link › Reply To: disable search result link
September 17, 2022 at 1:17 pm
#39318
Keymaster
Hi Laura,
Well, the easiest way is probaby trying to disable them via custom CSS:
.asp_r .resdrg .item,
.asp_r .resdrg .item * {
pointer-events: none !important;
}