Jump to content
Sign in to follow this  
martyn

Remove all footers

Recommended Posts

cmunns

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

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×