I am using a custom child theme with Genesis Framework.
I am not trying to replace the default menu with my own, I only wish to add a custom class name to the existing element, which currently displays header right (since my menus is in the the header right widget).
How can I go about achieving this? I have tried using the nav_menu_css_class
filter in my child's function.php
file without success.