Comments Igor started the conversationFebruary 28, 2019 at 8:44pmHi. 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,974Support repliedMarch 1, 2019 at 1:26amHello 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 PolicyIgor repliedMarch 1, 2019 at 12:55pmThank you!!!! Sign in to reply ...
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
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
Thank you!!!!