Hi arimakidd
I thought that you want to hide the footer logo copyright only so I suggested above css.
If you want to replace by your own logo, pls removed my above css in my last reply and replace with your own logo with this css:
#footerwrap a.jblink, #footerwrap a.jblink:hover {
background: url(../../../../images/sprite.png) no-repeat !important;
}
and change the path to your own logo, the default one locates in: /templates/inspire/images/sprite.png
Regards