Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Impossibile to remove redirection to url › Reply To: Impossibile to remove redirection to url
May 16, 2023 at 2:16 pm
#42557
Keymaster
Sure!
Just a small modification to the custom CSS:
.asp_r_1 .item,
.asp_r_1 .item a {
pointer-events: none;
}
This will apply the code to the first isntance only.