-
AuthorPosts
-
June 20, 2014 at 5:03 am #199003
Hello Team,
I am using
Template: Purity III
Joomla: 3.3.1I am trying to have a title under the horizontal lines that shows up on the top left or right to access the sidebar or small screen menu.
currently we have bars only, something like this:
We would like to have a little title “Menu” under the bars, something like this:
Any help will be highly appreciated.
Please help.Regards,
Syed Shah-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 20, 2014 at 10:04 am #539638Hello Pankaj,
Thank you for a quick reply. However, this is not something that I am looking for; I am no looking for ways o change the color but trying to add text “MENU” under the horizontal lines of the menu icon to indicate my users about the navigation in a more friendly way.
Please help.
Regards,
Syed Shah.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 20, 2014 at 4:47 pm #539683HI The solution in my above post is to change the color of the icon and the background color as you want .
If you also want to add a title below icon .
You need to do some custom php/css work yourself .
1. You can add the title in php file
in templatespurity_iiitplsblocksoffcanvas.php
button class="btn btn-default off-canvas-toggle <?php $this->_c('off-canvas') ?>" type="button" data-pos="left" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
<i class="fa fa-bars"></i>
</button>
2.Add css rule for adjusting the menu title1 user says Thank You to Pankaj Sharma for this useful post
June 21, 2014 at 2:08 pm #539735Hello Pankaj,
Thank you again fora quick response.
I was able to achieve the task. I made the following changes in the code and it worked perfectly well.<button class="btn btn-default off-canvas-toggle <?php $this->_c('off-canvas') ?>" type="button" data-pos="left" data-nav="#t3-off-canvas" data-effect="<?php echo $this->getParam('addon_offcanvas_effect', 'off-canvas-effect-4') ?>">
<i class="fa fa-bars"></br>MENU</i>
</button>
You can check the site (http://hadithcollection.com) in small resolution where the title is showing up now. 🙂
Thank you again.
Regards,
Syed ShahPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 22, 2014 at 3:18 am #539748Glad You Solved it .All the best for your upcoming site:)
1 user says Thank You to Pankaj Sharma for this useful post
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Pankaj Sharma 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-