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

Reply To: Turn off Hyperlinks

#46678
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Joe,

Sure, it is possible via using a small custom CSS snippet:

.asp_r .overlap {
    display: none !important;
}
.asp_r a {
    pointer-events: none !important;
}

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.