Tooltip on quick link hover

Pranays45825922
Tera Contributor

I need to display a tooltip when hovering over the Quick Link container. I've already cloned the widget—could you please guide me on what changes or additions are required in the HTML to implement this functionality?

Pranays45825922_1-1751043895309.png

Just like this tooltip shown in the image

5 REPLIES 5

pavani_paluri
Giga Guru

Hi @Pranays45825922 ,

 Adding title to div of quick link container will show tootlip. Please try below once:

<div class="quick-link-container" title="Click to access quick actions">

 

Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Pavani P

I’ve tried implementing this, but it’s not working. Could you please share the exact code snippet and let me know where it needs to be placed? If possible, attaching an image of the working widget would be really helpful for better clarity.

I’ve tried implementing this, but it’s not working. Could you please share the exact code snippet and let me know where it needs to be placed? If possible, attaching an image of the working widget would be helpful for better clarity.

Samaksh Wani
Giga Sage
Giga Sage

Hello @Pranays45825922 

 

Using page inspect, Find the HTML Code of the Quick Link Div box, and add attribute 'title'  in the HTML Code,

 

title="Hello Text"

 

this will be acts as Tooltip.

 

Please mark my solution as accept, if you find it helpful.

 

Regards,

Samaksh Wani