• Resolved mayhemkrew

    (@mayhemkrew)


    I was wondering if it’s possible to change the background image layer (for a tooltip) to another icon on hover. And if so, what would the extra CSS be? Everything I’ve tried didn’t seem to work, albeit, in my limited searches for such a task.

Viewing 1 replies (of 1 total)
  • Plugin Author Avirtum

    (@avirtum)

    Hello. Try this code, just paste it to the custom css section

    .vision-map .vision-tooltip .vision-form:hover {
    background: #ff0000;
    cursor:pointer;
    }
Viewing 1 replies (of 1 total)

The topic ‘On Hover Image Change’ is closed to new replies.