I would like to add my logo on the far left side in my footer but so far I’ve found no information on how to do it. If someone could help me out I would be very grateful.
Thanks
I would like to add my logo on the far left side in my footer but so far I’ve found no information on how to do it. If someone could help me out I would be very grateful.
Thanks
Hi,
it’s about development task that can not do by just store URL, because for that change the code structure in the footer file, you can do this:

Change the image URL to your logo.
3. Add this CSS in theme.scss at bottom of the file
.logo_footer{ max-width: 100px; margin-top: 33%;}
@media only screen and (min-width: 750px){
.site-footer .medium-up--one-quarter { width: 25%;}
}
Note: This is just place holder code you need to hire some one to make it all the perfect code
Let me know if you need help.
Hi there, thanks for your suggestion. I followed those steps but when I checked to see if the logo had appeared in the footer, it didn’t work.
When you have done it, where did you get the link for your logo/how did you download the image so it worked?