Question:
Is it possible to change Logo-PNG on mouse-over?
Product:
Wix Studio Editor
What are you trying to achieve:
I want to change the Logo image on mouse-over
What have you already tried:
searched forum, tried presets in WIX.studio
Thank you so much for helping.
$w.onReady(()=>{
$w('#myImageIdhere').onMouseIn(()=>{
$w('#myImageIdhere').src = "add-image-url-here.png";
});
});
Thank you for your answer russian-dima.
Nevertheless I was hoping for a simpler way, integrated in the system, since this is a basic feature. best regards, Marcel