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.
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.
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:

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.