Conversation
supportI 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.
Hello. Try this code, just paste it to the custom css section .vision-map .vision-tooltip .vision-form:hover { background: #ff0000; cursor:pointer; }
Hello. Try this code, just paste it to the custom css section .vision-map .vision-tooltip .vision-form:hover { background: #ff0000; cursor:pointer; }