Forums
(@htouzon)
7 years, 10 months ago
Hi,
I was able to remove the account login by adding this code to functions.php.
add_action( ‘neville__header_default_middle’, function() { remove_action( ‘neville__header_default_rbtns’, ‘neville__header_default_btn_myac’, 10 ); }, 30 );