psaudio 0 Report post Posted August 27, 2011 I am still hoping someone can help me recreate the exact menu navigation buttons that I have in iBlog4, and as a followup question, is there any way to duplicate the iBlog Pro feature of adding an icon for the home button? Navigation Home Icon Optionally replace the home icon in your navigation? "Use this option to replace the home icon image in your navigation. Default image size is 26px high by 24px wide". Thanks for any help. Share this post Link to post Share on other sites
Jenny 33 Report post Posted August 28, 2011 Would love to know this also so I'm listening in. :) ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
catrina 103 Report post Posted August 28, 2011 You'll need to get a hold of the home image icon and then a custom menu can be created to include the "home" page link. Once that's done, CSS can be used to add the image icon in its place. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
psaudio 0 Report post Posted August 28, 2011 ....If only I knew CSS that might all make sense. :) Share this post Link to post Share on other sites
catrina 103 Report post Posted August 28, 2011 Do you already have the home image icon you want? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
catrina 103 Report post Posted August 28, 2011 First you'll need to add the home link to your navigation menu. Are you using a custom menu right now or just the default? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
psaudio 0 Report post Posted August 28, 2011 Default. I wish I knew how to use a custom menu - but that seems not possible. I will add the Home pgae now. Here's the path to the image http://66.40.29.164/~wpsaudio/wp-content/uploads/2011/06/Favicon-home-button.png Share this post Link to post Share on other sites
catrina 103 Report post Posted August 28, 2011 You can create a custom menu by going to Appearance > Menus. When you create the custom menu, you can set it as "Primary Navigation" and it'll automatically show up as the main navigation. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
psaudio 0 Report post Posted August 28, 2011 Oh, yes of course. I thought you meant custom looking menu. Sorry - that's what I don't know how to do. I know about changing the menu around for content and placement. Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 29, 2011 Start with making a menu item that links to your home page. Then you have to find the specific class for that menu item with the Chrome Inspector. Then use CSS to make it into an image. Your Css will look something like this, but with a different class name: [code] #menu-item-41 a{ font-size: 0; display: block; background: url(http://66.40.29.164/~wpsaudio/wp-content/uploads/2011/06/Favicon-home-button.png) no-repeat; } [/code] 1 Share this post Link to post Share on other sites