Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hank Friend
    #959019

    How can i have the Categories Menu colapsed on all pages?

    Saguaros Moderator
    #959275

    Hi @hank,

    You can open the mainnav block file: ROOT/templates/ja_megastore/tpls/blocks/mainnav.php

    Look for this line of code (line 32):

    <div class="wrap t3-navbar-category <?php $this->_c('navbar-category') ?> <?php if (!$this->countModules('t3-features-intro')) echo "category-dropdown"; ?>">

    change it to:

    <div class="wrap t3-navbar-category <?php $this->_c('navbar-category') ?> <?php echo "category-dropdown"; ?>">
    hank Friend
    #959353

    Hi
    Thanks its working

    Saguaros Moderator
    #959355

    You’re welcome!!!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 8 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum