• Resolved Pradeep

    (@pmaheepala)


    Hello all,

    Apologies if this has been asked before but I couldn’t find a solution anywhere. Could someone explain how to remove the menu title name from ‘Home’ menu while keeping the icon?

    Many thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Pradeep, How do you do?

    No worries, have you tried checking in your Appearance > menu section of your wordpress dashboard?

    There should be a title attribute in there that you can try to edit and clear out. Let us know how it goes. Thank you!

    Thread Starter Pradeep

    (@pmaheepala)

    Hello wpjobpress,

    Thanks for the reply but not sure if you’ve understood my question. I did add an icon to Home menu item using the guideline given in here.

    Now I want to remove the word ‘Home’ from the menu, while keeping the icon. I believe it is possible but I just can’t figure out how to do it. Any thoughts?

    In the menu item there is a Navigation Label box with the words Home, just remove and add:  

    else post a link to your site and I can help with the css to remove.

    Kadence Themes

    Thread Starter Pradeep

    (@pmaheepala)

    Please check in here for the site.

    By the way I tried the other method you suggested but it creates a space below the icon, which I don’t want to see in there.

    Many thanks

    You can add this css:

    #nav-second ul.sf-menu>li.menu-home>a {
        font-size: 0;
        line-height: 0;
    }
    #nav-second ul.sf-menu>li.menu-home>a i {
        line-height: 18px;
    }

    IN the theme options > advanced settings.

    Kadence Themes

    Hi Pradeed, awesome! As what the theme author advises you, that should be the way to go.

    Thread Starter Pradeep

    (@pmaheepala)

    Nothing like getting direct support from the master ?? Many thanks Kadence Themes – for the support and for making this awesome theme.

    Your welcome!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove 'Home' menu title’ is closed to new replies.