Viewing 2 posts - 76 through 77 (of 77 total)
  • Author
    Posts
  • waheed53 Friend
    #499465

    Hi
    I am trying to add the home icon but no success with that. I have checked few previous threads and follow them still unable to display the home icon.
    Can any one help? Thank You.

    Saguaros Moderator
    #499471

    Hi again,

    You can go to backend > Menus > magazine menu > Home menu item, under Parameters (JA Extended) > Additional class we add a class named home

    and in file: templates/ja_telineiv/css/template.css, we add style for this additional class:

    around line 1256


    /* Home Button */
    #ja-mainnav li.home a.home {
    background: url(../images/icons/home.png) no-repeat center !important;
    }

    #ja-mainnav li:hover a.home,
    #ja-mainnav li.over a.home,
    #ja-mainnav li.active a.home {
    background: url(../images/icons/home-l.png) no-repeat center #000 !important;
    }

    So what you need to do is adding home class into home menu item to display home icon and you can change to your own icon within above path if you need.

    Clean JAT3 cache once done.

    Hope it helps.

Viewing 2 posts - 76 through 77 (of 77 total)

This topic contains 77 replies, has 4 voices, and was last updated by  Saguaros 11 years, 3 months ago.

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