disable search result link

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

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39307
    lkmcdonald
    lkmcdonald
    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 Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.