Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • oscarlito Friend
    #921681

    Where 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-bar

    Thank you.

    pavit Moderator
    #921711

    Hi 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.php

    Change 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


    1. Screenshot_15-1
    gstaudi Friend
    #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
    geri

    pavit Moderator
    #958956

    Ok then use it

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

This topic contains 3 replies, has 3 voices, and was last updated by  pavit 7 years, 9 months ago.

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