Home Forums WoodMart support forum Tooltip Display speed

Tooltip Display speed

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #350190

    A2ZBS
    Participant

    Hi,

    Is there a way to make the tooltips appear immediately on hover. Currently there is a slight delay.

    Thank you.

    #350864

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .tooltip,
    .wd-tooltip-label {
    	animation: none !important;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)