Forums

Replace home icon in the menu with page name (5 posts)

  1. mtepaa
    Member
    Posted 2 years ago #

    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

  2. esmi
    Theme Diva & Mod
    Posted 2 years ago #

    Site url?

  3. TWSS
    Member
    Posted 2 years ago #

    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 http://www.JustWhatSheSaid.com

  4. Gisha James
    Member
    Posted 2 years ago #

    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

  5. Braford
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags