Okay
  Public Ticket #1914928
Hide the menu from sidebar
Closed

Comments

  • Igor started the conversation

    Hi. I need to use the left sidebar just for About description and social media. Maybe services and contact. Can i hide the menu from left sidebar?


    Tks  

  •  1,974
    Support replied

    Hello Igor,

    plz open /sections/menu_section.php and remove lines 3 to 17

    <?php
    $squares_menu_title = squares_get_theme_options( 'clapat_sqr_menu_title' );
    if( !empty( $squares_menu_title ) ){ 
    ?>
    <p class="header-title"><?php echo wp_kses_post( $squares_menu_title ); ?></p>
    <?php } ?>
    <?php

    wp_nav_menu(array(
    'theme_location' => 'primary-menu',
    'menu_class' => 'main-menu',
    'container' => 'nav'
    ));

    ?>


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Igor replied

    Thank you!!!!