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
April 19, 2023 at 1:00 pm
#42227
Keymaster
Hi,
Sure!
If you don’t want the return/magnifier actions to redirect to the results page, then you can set that behavior here: https://i.imgur.com/sxExCBe.png
If you also want the live results to not redirect to the single results when clicking on them, then using the following custom CSS will help:
.asp_r .item,
.asp_r .item a {
pointer-events: none;
}