Hello. I want to add a logo to the footer 1 widget section where I presently have page links listed. What is the best way to do this? I assumed adding code to the text field but I’m not sure if it is possible. Please advise and thanks in advance!
Hey!
Try using a Text Widget with this content:
<img src="_LOGO_URL_HERE_" />
If you want it linked:
<a href="_LINK_HERE_"><img src="_LOGO_URL_HERE_" /></a>
Best regards,
Josue
Hey!
You need to use the direct file URL:
Cheers!
Josue