I’ve got the admins for a site i didn’t create. We have and old logo ind the footer area -but its not made or visibly in the footerwidget -and the footers is set as three collums.
It’s the logo at the bottum right corner. I even deleted the picture from media library, buts its still there. Do you have any idea how to delete it/where it is set.
Thank you! 🎁
Hey josefineeiby,
Please look in the custom.css file in the theme: /wp-content/themes/enfold/css/custom.css
and find this rule:
#footer .container {
background: url(/wp-content/uploads/2017/09/logo.png) top right 50px no-repeat;
background-size: 20%;
}
It adds the logo in your footer.
Best regards,
Mike