Okay
  Public Ticket #1770515
Add logo into mobile menu
Closed

Comments

  • martyroeters started the conversation

    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.

  • [deleted] replied

    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.