martyn 0 Report post Posted April 21, 2010 Hello. I am trying to remove all footers from my (unfinished) site. It currently looks like this but I want it to look like this Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 21, 2010 You can delete this from the template files in the theme editor `<?php get_footer();?>` or add this to your custom css area in the theme admin `#footer {display:none;}` Share this post Link to post Share on other sites
martyn 0 Report post Posted April 22, 2010 Thanks Adam. Would I be right in saying I find #footer in EcoPro/core/admin/admin_functions.php ? Martyn Share this post Link to post Share on other sites
martyn 0 Report post Posted April 22, 2010 Have now removed the footer. Thank you. One last problem, however, and that is I can't find where I change the background colour as seen here. Share this post Link to post Share on other sites
martyn 0 Report post Posted April 22, 2010 Thank you very much. The last thing I need to do is change a background colour as shown here. Can you help? Martyn Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 22, 2010 Martyn, If you use the custom css code area in EcoPro Options > Custom Code you won't even have to touch template files. Otherwise you may have to delete the php call to the footer in multiple template files. Share this post Link to post Share on other sites