Comments Joshua started the conversationOctober 18, 2022 at 3:16pmHi Guys, Apart from using Custom CSS, is there any way I can disable the Kalium-based Headers and Footers. I will be using an Elementor-based Header & Footer Plug-in to build these as they allow for greater customisability. Many thanks,Josh[deleted] repliedOctober 19, 2022 at 7:01amHi Joshua,Yes you can add this code in the functions.php file: add_filter( 'kalium_show_header', '__return_false', 1000 ); add_filter( 'kalium_show_footer', '__return_false', 1000 );They will disable the header and footer of Kalium.Have a nice day! Sign in to reply ...
Hi Guys,
Apart from using Custom CSS, is there any way I can disable the Kalium-based Headers and Footers. I will be using an Elementor-based Header & Footer Plug-in to build these as they allow for greater customisability.
Many thanks,
Josh
Hi Joshua,
Yes you can add this code in the functions.php file:
They will disable the header and footer of Kalium.
Have a nice day!