Hi,
i want to remove the home icon instead of characters in NAV MENU. please help me.
Thanks
Hi,
i want to remove the home icon instead of characters in NAV MENU. please help me.
Thanks
Hey,
To remove the home icon and restore the text link, there are a few CSS snippets to delete.
1.) Open up style.css in the theme folder, find and delete this code:
#nav #home, .nav #home {
text-indent: -9999px;
width: 45px;
}
2.) Open up style1.css in the CSS folder within the theme folder, find and delete this code:
#nav #home.currentli_item, #nav #home:hover, .nav #home.current-menu-item, .nav #home:hover {
background: url("../images/skin1/home.png") no-repeat scroll center center #F8F8F8;
}
and
#nav #home, .nav #home {
background: url("../images/skin1/home.png") no-repeat scroll center center #444444;
}
You should now have a standard link, the same as the others in your menu.
James
You must log in to post.