Thanks for your quick reply, i changed this code:
jQuery(‘.switcher .selected’).click(function() {jQuery(‘.switcher .option a img’).each(function() {if(!jQuery(this)
to
jQuery(‘.switcher .selected’).on(‘click,mouseover’,function() {jQuery(‘.switcher .option a img’).each(function() {if(!jQuery(this)
and the widget drop down doesn’t work on hover or with a click, do you have another suggestion?
Ty!