Hello,
I need to disable menu on subpages. In template there is only an option to choose one menu for subpages but I don't need any of them so what can I do?
Thanks,
Przemo
<div id="gkTop"<?php if($menu_is_active) : ?> class="active"<?php endif; ?>>
<div class="gkPage">
<div id="gkTop"<?php if($menu_is_active) { echo 'class="active underconstruction"';}; ?>>
<div class="gkPage">
#gkTop.underconstruction { height: 0px !important;}