Title: HOME button in navigation
Last modified: August 22, 2016

---

# HOME button in navigation

 *  Resolved [ourcrazylife](https://wordpress.org/support/users/ourcrazylife/)
 * (@ourcrazylife)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/)
 * Hi! I’m new here so I apologize in advance if for some reason, this is a repeat
   post.
 * I was wondering how can I get my HOME button/page that is currently showing in
   my Menu be replaced with About Me. If I hover over, I can see About Me but I 
   rather not.
 * I am aware that I can move the Home to be UNDER About Me and then it’ll show 
   and the Home button will drop down when my mouse hovers over it.
 * I hope I’m making sense.
 * TIA!

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/home-button-in-navigation/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/home-button-in-navigation/page/2/?output_format=md)

 *  Thread Starter [ourcrazylife](https://wordpress.org/support/users/ourcrazylife/)
 * (@ourcrazylife)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460658)
 * One more thing, I’d like it to appear in EVERY post as well.
 *  [uncletoma](https://wordpress.org/support/users/uncletoma/)
 * (@uncletoma)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460874)
 * If u post ur’s blog URL it should be helpful 🙂
 *  Thread Starter [ourcrazylife](https://wordpress.org/support/users/ourcrazylife/)
 * (@ourcrazylife)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460875)
 * I apologize for not including my url:
 * [http://embracingphotography.com/](http://embracingphotography.com/)
 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460897)
 * Hello,
 * Could you better explain what do you want to achieve? Because I don’t understand
   your issue – the “About me” menu item exists in your main menu and it is the 
   only menu item with submenu. What do you want to change in this menu?
 * By the way nice implementation of our theme 🙂
 *  Thread Starter [ourcrazylife](https://wordpress.org/support/users/ourcrazylife/)
 * (@ourcrazylife)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460903)
 * Hi GavickPro-
 * First let me apologize if I’m not explaining it well. When I first activated 
   your theme for my website the “Home” button is always visible in the navigation
   bar. When I mouse over to the right of the “Home” button, “About Me” will appear,
   but in the mean time it’s invisible.
 * So what I ended up doing was a submenu set up to have “About Me” always visible
   and then mouse over it and Home would drop down.
 * What I’d like to do if possible, is have Home and About Me and whatever other
   menu options I’d like to always appear and be visible.
 * Can you help me with this?
 * Thanks on your compliment, I’m really excited about it and I love the simplicity
   look/feel besides the background/header I added. 🙂
 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460904)
 * Did you tried to set up these menu items on the same level in the menu manager
   in your dashboard?
 *  Thread Starter [ourcrazylife](https://wordpress.org/support/users/ourcrazylife/)
 * (@ourcrazylife)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460906)
 * To be honest I’m not sure. There’s a menu option I select under appearance. From
   there is where I set it up. Which is also how it’s set up currently as a submenu.
   I’m not able to do anything else and I’ve tried doing it as a separate page and
   including it in the menu, but no luck.
 *  Thread Starter [ourcrazylife](https://wordpress.org/support/users/ourcrazylife/)
 * (@ourcrazylife)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460914)
 * any ideas?
 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460915)
 * You should have a menu structure like on this screenshot: [https://www.evernote.com/shard/s165/sh/b4358b65-3245-4fe7-91b5-fe561f212454/4f24e7d85e12b46f981509d062bdac2a](https://www.evernote.com/shard/s165/sh/b4358b65-3245-4fe7-91b5-fe561f212454/4f24e7d85e12b46f981509d062bdac2a)
 *  Thread Starter [ourcrazylife](https://wordpress.org/support/users/ourcrazylife/)
 * (@ourcrazylife)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460918)
 * Ok I put it back to what it was, if you can look at my site now, you’ll notice
   HOME isn’t showing and ABOUT ME is so light to see. When you mouse over it, it
   appears and I can click on it. Home is never to be seen …. that was one of the
   issues but this still doesn’t solve the issue with wanting my menu buttons to
   be visible at all times and preferrably without a sub menu set up.
 * I had it set up temporaily that way because it was the only way I could get it
   to work. Also when I select my menu options for the navigation location, HOME
   would appear, ABOUT ME is invisible unless I mouse over it. When I go to ABOUT
   ME, home becomes invisible.
 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460920)
 * Please install this plugin: [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
   and then please add in this plugin the following CSS code:
 *     ```
       .nav-menu li a {
       	color: #000;
       }
       ```
   
 * it should solve your problem.
 *  Thread Starter [ourcrazylife](https://wordpress.org/support/users/ourcrazylife/)
 * (@ourcrazylife)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460921)
 * YES YES YES!!!! that worked! thank you so much for your help. Now my website 
   is complete for the time being. I’m sorry if I made ya crazy but really apprecaite
   the help. I’m not familiar with CCS codes.
 * Is there a link you best recommend for me to refer to anytime I want to tweak
   something?
 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460922)
 * Here you should find useful informations about CSS: [http://www.brit.co/css-for-beginners/](http://www.brit.co/css-for-beginners/)
 *  Thread Starter [ourcrazylife](https://wordpress.org/support/users/ourcrazylife/)
 * (@ourcrazylife)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460923)
 * I do have one more question. 🙂
 * How can I use my own fonts to customize the post title (and/or post date)? I 
   used to choose whatever font I wanted to use while using the WP sIRF plugin and/
   or Dynamic Font Replacement but since I found this theme that I like so much 
   better, I’m not sure what I need to do in order to push it through.
 * Anyway, thank you!
 *  Theme Author [GavickPro](https://wordpress.org/support/users/gavickpro/)
 * (@gavickpro)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/home-button-in-navigation/#post-5460927)
 * You can modify the font in the Theme Customizer section under the font options
   section: [https://www.gavick.com/documentation/wordpress-themes/wordpress-themes-configuration/perfetta-wordpress-theme-configuration/](https://www.gavick.com/documentation/wordpress-themes/wordpress-themes-configuration/perfetta-wordpress-theme-configuration/)–
   you can select some standard font or paste some Google Fonts URL.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/home-button-in-navigation/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/home-button-in-navigation/page/2/?output_format=md)

The topic ‘HOME button in navigation’ is closed to new replies.

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

 * 18 replies
 * 3 participants
 * Last reply from: [ourcrazylife](https://wordpress.org/support/users/ourcrazylife/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/home-button-in-navigation/page/2/#post-5460958)
 * Status: resolved