Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #825109

    Hi

    You should edit your template layout and in megamenu configuration add in extra class "item-home" and in icon "fa fa-home"

    Then to your custom.css file add this

    .navbar-default .navbar-nav > .item-home {
      text-indent: -9999em;
      position: relative;
      padding-left: 0;
      padding-right: 0;
      width: 48px;
      text-align: center;
    }
    .navbar-default .navbar-nav > .item-home .fa {
      text-indent: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 48px;
      height: 48px;
      line-height: 48px;
      font-size: 18px;
      margin: 0;
    }

    1. Screenshot_14
    2. Screenshot_15
    tishelpdesk42 Friend
    #829273

    Dear Admin,

    Thank for your reply.

    Please be noted that I dont want to change the hole icon.. I just want to add an "fa-home" to my main menus as shown in the attached picture below.

    Regards,

    Ahmad Moussa


    1. Bootstrap_Icon1
    pavit Moderator
    #829662

    Hi

    You should add icons in this format

    fa fa-iconname 

    Take a look HERE for correct icons names available.

    Best regards

    tishelpdesk42 Friend
    #829915

    Thanks Pavit…It worked fine 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  tishelpdesk42 8 years, 11 months ago.

The topic ‘Bootstrap Home Icon’ is closed to new replies.