-
AuthorPosts
-
zorroh Friend
zorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
February 2, 2012 at 5:52 pm #173475i 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 2, 2012 at 6:23 pm #436650Hi
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
-
zorroh Friend
zorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
February 3, 2012 at 12:36 pm #436751Thank 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;
} -
AuthorPosts
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
Jump to forum