cml 0 Report post Posted April 6, 2010 Hello, I want to update/edit the 3 boxes at the bottom of the page and I'm not sure where to do this.The boxes are: Looking for something? Vistit our friend! and Archives. I'm using iBlog Pro. Thanks Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 7, 2010 These are controlled by widgets. Just drag and drop your way to customization. "footer left" , "footer middle" , "footer right" Share this post Link to post Share on other sites
jallan 0 Report post Posted April 18, 2010 Is there a way to eliminate that whole row (i.e. are the "Looking for something? Visit or friend! and Archives" permanent defaults)? The person I'm building this for would prefer to not have anything in that area. Is this possible? Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 19, 2010 Yeah, of course! You can do it through css by adding a custom rule in your theme options > custom code section `#morefoot{display:none;}` Or edit the footer.php file to delete the div all together Share this post Link to post Share on other sites