Title: House icon
Last modified: August 22, 2016

---

# House icon

 *  Resolved [BalazsTU](https://wordpress.org/support/users/balazstu/)
 * (@balazstu)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/house-icon/)
 * Hello again,
 * Could you please tell me if there is any way to get rid of the little house icon
   in the menu with a bit of coding?
    Thank you.

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Thread Starter [BalazsTU](https://wordpress.org/support/users/balazstu/)
 * (@balazstu)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/house-icon/#post-5600497)
 * I forgot to say that I have a child theme installed, of course.
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/house-icon/#post-5600502)
 * Hi,
 * to hide the house icon, please use this custom CSS:
 *     ```
       #wrapper .link-home {display: none;}
       .menu-box #nav {border-left: 1px solid #535353; float: left;}
       ```
   
 * Or, you can directly delete its code in the “header.php” template:
 * `<a class="link-home" href="<?php echo esc_url( home_url( '/' ) ); ?>"><i class
   ="icon_house" aria-hidden="true"></i></a>`
 * Best regards,
    Tomas Toman
 *  Thread Starter [BalazsTU](https://wordpress.org/support/users/balazstu/)
 * (@balazstu)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/house-icon/#post-5600618)
 * Thanks very much for that.
    I’ve actually installed this plugin to get a different
   menu on mobile: [https://wordpress.org/support/plugin/wp-responsive-menu](https://wordpress.org/support/plugin/wp-responsive-menu)
   It’s got a field where I can enter the ID of the theme’s menu and it’s supposed
   to hide it. I believe the IS is .nav or #nav. Is that right? I can’t hide it 
   for some reason. Could you possibly write me a little code that hides the theme’s
   menu and house icon if the width of the screen is less than 600px or something
   like that? Thank you very much. I’d like to give 5 stars to this theme if we 
   can sort this out.
 * Regards,
    Balazs
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/house-icon/#post-5600627)
 * Dear Balazs,
 * to hide the menu bar if the width of the screen is less than 600px, please use
   this CSS:
 *     ```
       @media screen and (max-width: 600px) {
       #wrapper .menu-box-wrapper {display: none;}
       }
       ```
   
 * The #nav ID is related to the unordered list which contains the individual menu
   links – it is located within the .menu-box-wrapper.
 * Best regards,
    Tomas Toman
 *  Thread Starter [BalazsTU](https://wordpress.org/support/users/balazstu/)
 * (@balazstu)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/house-icon/#post-5600681)
 * Yeaaah! You’re 5 star, Tomas. Thanks very much 😉
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/house-icon/#post-5600693)
 * You are welcome! 🙂
 * Best regards,
    Tomas Toman
 *  [marcpouliot](https://wordpress.org/support/users/marcpouliot/)
 * (@marcpouliot)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/house-icon/#post-5600869)
 * Hi Tomas,
    I know it is an “old” post, but, for me, it is almost the same problem.
   By the way I go to Balazs’ site [http://balazstudlik.com/](http://balazstudlik.com/),
   it is the same “problem”. My site is not published on internet yet. local implementation..
 * Here is the problem : I LIKE the icon_house !!! but it does not show up on smaller
   device. as samsung S4..
 * On Balazs’ site, the icon_house is there on computer screen… but there is also
   a redundant “HOME” menu item that is put there (BECAUSE the icon_house is not
   present on smaller devices), so “home” can be reached on smaller devices…
    is
   there a way to have the icon_house on computers AND on smaller devices ??
 * thank you for your nice theme !!
    Marc
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/house-icon/#post-5600870)
 * Hi Marc,
 * please insert the following custom CSS into “Theme Options > Other Settings >
   Custom CSS” to show the home icon on all devices:
 *     ```
       html #wrapper .menu-box .link-home {display: block !important;}
       .js .selectnav {width: 80% !important; float: right !important;}
       ```
   
 * Best regards,
    Tomas Toman
 *  [emilymacbeth](https://wordpress.org/support/users/emilymacbeth/)
 * (@emilymacbeth)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/house-icon/#post-5600880)
 * Hi Tomas,
 * I am having a similar issue…I have both the House Icon and the word Home showing
   on my website menu. When either is clicked, they both go to the same page, so
   it is redundant.
    I would like to only have the House Icon and not the Home tab.
   Is there a way to have only the House Icon for my homepage?
 * Thank you,
    Emily
 *  Theme Author [TT Themes](https://wordpress.org/support/users/tomastoman/)
 * (@tomastoman)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/house-icon/#post-5600881)
 * Hi Emily,
 * please go to “Appearance > Menus”, create here a [custom menu](https://codex.wordpress.org/WordPress_Menu_User_Guide),
   add the requested items to your menu and assign it to the “Main Header Menu” 
   location. If you do not create any custom menu, the Main Header Menu automatically
   contains links to all your published pages.
 * Best regards,
    Tomas Toman
 *  [emilymacbeth](https://wordpress.org/support/users/emilymacbeth/)
 * (@emilymacbeth)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/house-icon/#post-5600882)
 * Tomas,
 * I had already created a custom menu and I couldn’t figure out how to make my 
   Home page go to the house icon…but in asking the question, I decided to remove
   my Home page from the custom menu and that worked to move my hompage content 
   to the house icon.
 * Thank you for your timely reply!
    Best Regard to You as Well, Emily

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘House icon’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/songwriter/2.0.5/screenshot.png)
 * SongWriter
 * [Support Threads](https://wordpress.org/support/theme/songwriter/)
 * [Active Topics](https://wordpress.org/support/theme/songwriter/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/songwriter/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/songwriter/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [emilymacbeth](https://wordpress.org/support/users/emilymacbeth/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/house-icon/#post-5600882)
 * Status: resolved