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

disable search result link

Home Forums Product Support Forums Ajax Search Pro for WordPress Support disable search result link

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39307
    lkmcdonaldlkmcdonald
    Participant

    This is on a development site. I would like the disable the default behavior of the search item results being clickable. I want them only to be visible. It seems like the results don’t have anchor links applied to them. How can I disable the links?

    Thanks, Laura

    #39318
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Laura,

    Well, the easiest way is probaby trying to disable them via custom CSS:

    .asp_r .resdrg .item,
    .asp_r .resdrg .item * {
        pointer-events: none !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.