Viewing 1 replies (of 1 total)
  • Thread Starter BenR

    (@brajno)

    I solved it by adding some javascript in my child theme:

    (function($) {
    
      $(document).ready(function() {
    
        $('.menu-item-type-taxonomy').addClass('menu-item-has-children');
    
      });
    
    })( jQuery );
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile sub-menu’ is closed to new replies.