Dazzling third level of menu depth

I already searched for this particular feature and only found these two threads from Sparkling:

  • https://colorlibsupport.com/t/child-theme-menu-override-in-functions-php-adding-a-third-level-of-menu-depth/
  • https://colorlibsupport.com/t/how-to-make-a-two-tier-menu-item/

Shouldn’t it be possible to use the provided code in combination with the dazzling child theme as well? I was testing some code to get it to work but with none success until now.

Main menu structure:

Features # Header Examples ## Example Link 1.1 ## Example Link 1.2 # Body Examples ## Example Link 2.1 (...)

Best regards

Hey there,

I hope you are well today and thank you for your question.

You can use the tutorial here:
https://colorlibsupport.com/t/child-theme-menu-override-in-functions-php-adding-a-third-level-of-menu-depth/

Simply replace sparkling_header_menu() with dazzling_header_menu().

Best regards,
Support.