• Hi there, I had an image in my footer that linked to my home page, but cannot find where I can edit that part of my blog. I ended up just deleting the image, hoping it would get rid of that part of my footer but now I have a blank image icon there instead. How can I remove that or edit it to put a different footer image there? Thank you! I’m sure this is the easiest fix but I’m having so much trouble with it haha. Much appreciated!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,
    you can remove this by adding

    footer .site-logo{
     display:none;   
    }

    in your custom CSS box under Customize->Additional CSS. This is actually the logo you have setup under Customize->Site Identity (https://prnt.sc/k2h436). So you can just remove it there and not use the custom CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘How To Remove or Edit Footer Link’ is closed to new replies.