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
Remove all footers
Started by
martyn
, Apr 21 2010 12:00 PM
5 replies to this topic
#1
Posted 21 April 2010 - 12:00 PM
#2
Posted 21 April 2010 - 04:36 PM
You can delete this from the template files in the theme editor
``
or add this to your custom css area in the theme admin
`#footer {display:none;}`
#3
Posted 22 April 2010 - 08:29 AM
Thanks Adam.
Would I be right in saying I find #footer in EcoPro/core/admin/admin_functions.php ?
Martyn
#4
Posted 22 April 2010 - 12:21 PM
Have now removed the footer. Thank you.
One last problem, however, and that is I can't find where I change the background colour http://www.prosocial..._grey_snip.jpg'>as seen here.
One last problem, however, and that is I can't find where I change the background colour http://www.prosocial..._grey_snip.jpg'>as seen here.
#5
Posted 22 April 2010 - 12:25 PM
Thank you very much. The last thing I need to do is change a background colour http://www.prosocial..._grey_snip.jpg'>as shown here.
Can you help?
Martyn
Can you help?
Martyn
#6
Posted 22 April 2010 - 04:44 PM
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.










