The list of navigation items used in the WooCommerce ‘My Account’ pages, seems to dynamically created.
<nav class="woocommerce-MyAccount-navigation" aria-label="Account pages"></nav>
But I’d like to add a custom class to the nav element, is there a specific hook for allowing this? This is what I’m trying to achieve:
<nav class="woocommerce-MyAccount-navigation sticky-top" aria-label="Account pages"></nav>
All I can find is information on how to modify the list items within the menu using the woocommerce_account_menu_items
filter