-
AuthorPosts
-
oscarlito Friend
oscarlito
- Join date:
- January 2016
- Posts:
- 9
- Downloads:
- 16
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
April 22, 2016 at 11:08 pm #921681Where is the code for the off-canvas navigation in JA Brisk template? I need to change the icon to a hamburger menu icon and move it from the left to right.
.navbar .btn-navbar .icon-barThank you.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 23, 2016 at 4:55 am #921711Hi there
That icon is not a proper image but it is a font-awesome icon , if you want to change it then edit this file
/templates/ja_brisk/tpls/blocks/header.phpChange this
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
To
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-home"></span> </button>
There are no hamburgers icons available on font-awesome
August 11, 2016 at 5:29 am #958920@ pavit,
hi, i think there is a hamburger icon at fontawesome available, fa-bars.
take a look and see, for me it is the right one.http://fontawesome.io/icon/bars/
lg
geripavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 11, 2016 at 7:39 am #958956Ok then use it
fa fa-bars
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 3 voices, and was last updated by pavit 8 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hamburger Menu
Viewing 4 posts - 1 through 4 (of 4 total)