I am creating an spree application. I want to change the footer image but I can not understand why I could not access the image tag in footer four columns. Is there any way to change footer image? And another one is, image source could not find image. Thanks in advance.
My update_footer is:
Deface::Override.new(:virtual_path => "spree/shared/_footer",
:name => "Change logo",
:replace => "div.four.columns img#footer-logo",
:text =>
'<img id="footer-logo" src="logo.png" alt=" Theme"></img>'
)
And the page: