Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • oharris3 Friend
    #198753

    When the site is loaded on a mobile device two menu icons appear.

    How can I add the text “Menu” beside the menu icons (navbar-toggle & offcanvas-toggle)?

    See example –


    1. mobile-version
    2. mobile-version-withtext
    Ninja Lead Moderator
    #538821

    Please modify the templates/ja_medicare/tpls/blocks/off-canvas.php file:

    Change

    <?php
    if (!$this->getParam('addon_offcanvas_enable')) return ;
    ?>

    To

    <?php
    if (!$this->getParam('addon_offcanvas_enable')) return ;
    ?>
    <div class="t3-off-canvas-custom hidden-lg hidden-md">Menu</div>

    Then create templates/ja_medicare/css/custom.css file and add this rule:

    div.t3-off-canvas-custom {
    float: left;
    margin-top: 4px;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 11 months ago.

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