Hello,
Thank you very much for choosing our theme and for contacting us.
Please insert this code in the Theme Settings > Custom JS on Document ready:
jQuery('.mobile-nav').on('click', '.wd-nav-mobile > li.menu-item-has-children > a', function(e){
e.preventDefault();
jQuery(this).parent().find(' > .wd-nav-opener').click();
});
Please check how it works. Perhaps you may need this code for the colors, add this code to the Theme Settings > Custom CSS > Global:
body .mobile-nav .wd-nav-opener.wd-active {
background-color: transparent;
color:#000000;
}
Set the colors as per your needs.
If you have any questions please feel free to contact us.
Best Regards