How to disable the mobile bottom navbar without affecting the mobile footer
Simply, please copy all codes here and then add them to your child theme at wp-content / themes / elessi-theme-child / function.php:
add_action('init', 'ct_woo_actions', 9999);
function ct_woo_actions() {
remove_action('nasa_static_content', 'elessi_bottom_bar_menu', 22);
}
PreviousHow to fix Elementor Can not Add or Edit loadNextHow to add top (bottom) content on the catalog page
Last updated
Was this helpful?