Add pointer on events

Hi , i managed to add an hover event from my search icon however i would like to add a mouse pointer. my testing site is https://lucasgariglia.wixsite.com/test. Thanks.

Hi Luca,

Can you explain a in more details what you want to achieve? I have looked at the site (beautiful site, BTW) and missed the interaction…

Hi Yoav the search icon now I simply use the lightbox but when I used the code I cannot see the mouse pointer if is hover interaction

Hi Luca,

If the image has an onClick event handler set, it should change the mouse icon to a click icon (hand).

On Mouse over there is not pointer

yep, on mouse over there should not be a mouse pointer. However, add both a click and mouse over events and you will get a pointer. Just note that the pointer creates the expectation of users that when they click, something happens.