Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • zorroh Friend
    #173475

    i want to add home icon without home text, like in teline 4.

    Maybe someone can help me?

    Right now icon is visible but only with menu link text…:((

    pavit Moderator
    #436650

    Hi

    You can do it

    Goto /template/Ja_Nex/css/template.css and add these lines of code

    #ja-mainnav li.home {
    }
    #ja-mainnav li.home a.home {
    margin: 3px 5px;
    padding: 4px 0 3px;
    text-indent: -1000em;
    width: 28px;
    }
    #ja-mainnav li.home .childcontent-inner {
    background-position: 14px top;
    }
    span.has-image {
    min-height: 18px;
    }
    #ja-mainnav li.home a.home {
    background: url("../images/icons/home.png") no-repeat scroll center center transparent !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 scroll center center #000000 !important;
    }

    Copy the two icon images in the templateimageicons folder


    1. home
    2. home-l
    zorroh Friend
    #436751

    Thank YOU, it’s working! 🙂

    I have only on more little problem with home button… when i hover home button then it moves 2px up? Can You help me with this?

    Frontpage is ok, but when i click on some link and then hover home button, then it moves up

    my testsite: http://kaev.net/jupgrade/

    #ja-mainnav li.home {
    }

    #ja-mainnav li.home a.home, li.hover a.home, li.focus a.home, li.over a.home {
    margin: 3px 5px;
    padding: 12px 0 3px;
    text-indent: -1000em;
    width: 30px;
    text-shadow: 0 !important;
    border: 0 !important;
    }

    #ja-mainnav li.home .childcontent-inner {
    background-position: 14px top;
    }
    span.has-image {
    min-height: 28px;
    }
    #ja-mainnav li.home a.home, #ja-mainnav li.active a.home, #ja-mainnav li.focus a.home {
    background: url("../images/home7c.png") no-repeat scroll center center transparent !important;
    }
    #ja-mainnav li:hover a.home, #ja-mainnav li.over a.home {
    background: url("../images/home7d.png") no-repeat scroll center center transparent !important;
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  zorroh 12 years, 9 months ago.

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