Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1080153
Quickfinder
Closed

Comments

  •  2
    sroheed started the conversation

    I would like to remove the link ( action ) just want hover for home page of my web site i have used construction demo data for my web can you please guide how to remove the link or action from quick finders 

  •  6,933
    Oliver replied

    HI!

    You can set "#" in the link.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    sroheed replied

    what stupit reply ... sorry for bad word:( 

    it is already ( #) but this indicate self link please visit ( takeedtesting.com ) see the quik finders which have link to ( # ) but i don't want any action no link i mean only mouse hover , if a user is clicking nothing should happen .

    hope i could be as clear as possible . 

  •  6,933
    Oliver replied

    It's not possible to remove link for the QF and save the on-hover function without a lot of code changes. 

    You can remove hand on hover item with next css:

    .quickfinder-item-info-wrapper a {
        cursor: default;
    }
    

    If you wish to remove link you need to edit templates:

    /wp-content/themes/thegem/gem-templates/quickfinders


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver