• Hello Everyone
    I am trying to add home icon in place of home text in nav menu.
    Problem is that the text(Home) is also shown along with icon which i don’t want.
    The way i added icon is used link from menu in appearance.
    I also add css class:
    .home-icon {
    background: url(images/home.png) no-repeat scroll left center transparent;
    width: 30px;
    height: 56px;
    margin: -4px 0px 0px 0px;
    }

    Please help me to remove text.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to add Home icon in nav menu’ is closed to new replies.