.avif)
Use custom attributes on any element in Webflow to trigger a tooltip.
data-tippy-content=“Enter your tooltip copy here”
Optional Attributes
data-tippy-placement=“top”
Controls where the tooltip appears relative to the element.
Options:
Advanced alignment:
data-tippy-theme=“light-custom”
Controls tooltip background and text colour via predefined themes.
Available themes:
Default (no attribute): Black background with Off-white text
Default tooltip
data-tippy-content=“This is a tooltip”
Light tooltip on bottom
data-tippy-content=“Helpful info”
data-tippy-theme=“light-custom”
data-tippy-placement=“bottom”
Warning tooltip on right
data-tippy-content=“Important message”
data-tippy-theme=“warning”
data-tippy-placement=“right”