/*
Theme Name: Digi Child Theme
Theme URI: https://digi.nasatheme.com
Description: This is a child theme for Digi Theme
Author: Nasa theme
Author URI: https://nasatheme.com
Template: digi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

function remove_nasa_account_topbar() {
    remove_action('nasa_topbar', 'nasa_topbar_account', 10);
}
add_action('init', 'remove_nasa_account_topbar');

remove_action('nasa_topbar', 'nasa_menu_account', 10);