Tooltip on quick link hover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2025 10:06 AM
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?
Just like this tooltip shown in the image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2025 11:03 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2025 08:01 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2025 08:02 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2025 11:16 AM
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