-
AuthorPosts
-
oharris3 Friend
oharris3
- Join date:
- June 2011
- Posts:
- 87
- Downloads:
- 60
- Uploads:
- 16
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
June 12, 2014 at 5:02 pm #198753When 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 –
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 13, 2014 at 9:29 am #538821Please 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;
} -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum