How can I add a logo to the footer in the debut theme?

Hello. I would like to add my logo to my footer with the debut theme as followed :

it should appear where « logo » is written. Anyone could help? thank you.

1 Like

@petitlaurierco

Hi,
it’s about development task cannot be do by just store URL, because for that change code structure in the footer file, till you can do by this:

  1. Go to Online Store-> Theme->Edit code
    2.sections->footer.liquid->first “grid__item” under “grid grid–no-gutters” and add this

        ![msign_1-.jpg](https://cmkt-image-prd.global.ssl.fastly.net/0.1.0/ps/1652053/300/200/m1/fpnw/wm0/msign_1-.jpg)
      

Change the image URL to your logo.

3. Add this CSS to the 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 someone to make it all perfect code

Let me know if you need help.

Thanks!

@dmwwebartisan Hello! Thank you so much for getting back to me so quickly.

It worked, but it’s not at the right place. I wish it to be where it’s yellow. May I share my footer code so you can recommend where to paste the code please? Thank you.