Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Unclickable images › Reply To: Unclickable images
May 27, 2024 at 3:52 pm
#48321
Keymaster
Hi,
Not via setting, but I think the simplest way is to use a bit of custom CSS:
.asp_r, .asp_r * {
pointer-events: none !important;
}
This should basically prevent any pointer type actions on the results container.