Okay
  Public Ticket #3148854
Header & Footer
Closed

Comments

  • Joshua started the conversation

    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

  • [deleted] replied

    Hi 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!