Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi,
Where / how can I add a logo to the mobile menu that appears when you click on the hamburger icon?
See attachment to see which menu I mean.
Hi martyroeters,
You can add mobile menu logo as simple as adding this code in the end of functions.php (of the theme):
add_action( 'kalium_mobile_menu_before', function() {get_template_part( 'tpls/logo' );
} );
However, this hook is not implemented in current version 2.7 of the theme so to apply the hook location please replace this file:
Download this file and replace it in this directory (of the theme): /tpls
And it should work just fine.