What I understand is that you don’t want your logo in the footer to be clickable.
It shouldn’t link to any page.
If I am right, then I would like to know how are you changing the logo in the footer?
Does your theme have the option to update in the customizer.
Or you are modifying the code files.
If you have access to code files, then you can change the code :
This is the code generating the logo in the footer:
<a href="index.html" class="logo"><img src="https://www.leamanmattei.com/wp-content/themes/leaman-mattei/images/footer-logo.png" alt=""></a>
You can change it to :
<img class="logo" src="https://www.leamanmattei.com/wp-content/themes/leaman-mattei/images/footer-logo.png" alt="">
Regards
Yashita
You’re correct the logo shouldn’t be clickable.
But I actually want to change the logo/image. I’m trying to do so via the customise > widget > footer image
I’ve got the image saved in the media library.
Thank you.
]]>No it’s not a sidebar – I only have inactive sidebars which isn’t the logo.
The code for the current logo is in the footer image widget
]]>Something like
<img src="https://example.com/wp-content/uploads/whatever/somefile.jpg" alt="Logo for something">
It’s not showing the image (screenshot above), and also it’s a clickable link to the privacy policy which it shouldn’t be?
]]>