Hover Effects

Make your cursor react to hovered elements — scale, recolor, glow, and show labels. A full Pro feature.

By the end of this page, your cursor will visibly react when it hovers over buttons, links, and any custom elements you choose.

Applies to Ultimate Cursor Pro 2.0.0+.

This is a Pro feature

PRO Interactive Hover is fully Pro-gated — on the free plan, this entire section shows an upgrade prompt instead of controls. Once licensed, it appears under Customize Your Cursor → Hover.

Fields

FieldTypeDefaultPurpose
hoverEnabledboolon (once unlocked)master toggle
hoverScalenumber1.5how much the cursor scales up on hover
hoverSpeednumber0.15transition speed into the hover state
hoverColorcolor#5C33FFrecolor while hovering
hoverTextColorcolor#FFFFFFcolor for hover labels
hoverGlowColorcolor#5C33FFglow effect color
hoverGlowSizenumber0glow radius
hoverMagneticStrengthnumber0pulls the cursor toward the hovered element's center
hoverLabelsEnabledbooloffshow text labels like "Open" / "Play" / "Type" on hover
hoverBlendModeenumnormalCSS mix-blend-mode for the hover state

Interactive Hover settings panel, Pro unlocked

Which elements trigger it

Hover detection is intentionally broad — it targets interactive elements across the page automatically. It explicitly never triggers on [disabled] or [aria-disabled="true"] elements, so disabled buttons don't visually invite a click they can't accept.

Custom selectors

hoverCustomSelectors lets you add your own CSS selectors to the hover trigger list, for elements the automatic detection doesn't already cover (e.g. custom interactive widgets). Invalid selectors are safely ignored rather than breaking the page.