Just paste this code to "Custom JS" field inside Theme Options:
jQuery(document).ready(function() { var $ = jQuery; $('#wph-header').find('.menu-item-has-children > a') .on('click', function () { window.location.href = this.href; }); });
Just paste this code to "Custom JS" field inside Theme Options:
jQuery(document).ready(function() { var $ = jQuery; $('#wph-header').find('.menu-item-has-children > a') .on('click', function () { window.location.href = this.href; }); });