• Hi,

    I’m wondering how I can change the menu to show the words “Home” or “news” instead of the home icon.

    I can erase the home icon on menu.jpg but I still need to have the page name showing (dynamic or static text)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Site url?

    Hi all,

    I was wondering the same thing? Have been told that it’s not obvious that the little home icon is what you need to click to get back to the home page.

    Was wondering if anybody knows how to change the little home icon into text?

    My URL is https://www.JustWhatSheSaid.com

    In your theme folder templates/header.php, there is a line
    <li class="<?php echo($home_menu); ?>"><a class="home" title="<?php _e('Home', 'inove'); ?>" href="<?php echo get_settings('home'); ?>/"><?php _e('Home', 'inove'); ?></a></li>
    Replace it with
    <li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
    Also in style sheet
    remove this line
    background:transparent url(img/menu.gif) no-repeat;
    under #menus li a

    I am trying desperately to change my existing page navigation in the inove theme to links. In my header.php file, there is no <li class> line or any of the code GJames mentioned. Am I in the wrong place? I’ve just started using wp so forgive my ignorance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Replace home icon in the menu with page name’ is closed to new replies.