al3xrodriguez 0 Report post Posted August 5, 2011 I'm wanting to remove the home button on the top far left navigation bar of iblogpro. It's the little house button and I just want that button gone. How do I do that? Share this post Link to post Share on other sites
kgstew 2 Report post Posted August 5, 2011 You may either replace the image with your own custom image by uploading a file in the header and nav settings of iBlog or go into the _nav.php file in your editor and remove the following lines to remove the image completely. <?php _e('Home',TDOMAIN);?> Cheers, Share this post Link to post Share on other sites
al3xrodriguez 0 Report post Posted August 5, 2011 Thank you sir much apprecaited Share this post Link to post Share on other sites