This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Disable Links

#16698
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Thank you very much for supporting us.

This custom CSS should do the trick:

[html]a.asl_res_url,
a.asp_res_url {
pointer-events: none !important;
cursor: default !important;
}[/html]

Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.