Adding image with link in footer menu on Sense theme

Hello there,

I’m obligated to the law in RO, that i have to put 2 images with external links in my footer menu, if someone can help me i’ll be thankfull!

It’s about the Sense theme, and those images down below


Hello @vladescupetrut ,
Please share your store URL.

1 Like

Its not ready yet, but i’l remove for moment the password.

http://puppyloft.ro

Hello @vladescupetrut

Please Check and Refer to this guide URL -It will be helpful if you try this.

https://community.shopify.com/c/shopify-design/add-a-link-to-a-footer-image-or-banner/td-p/1637515

1 Like

Add below code on footer.liquid file.

  1. Upload both image in assests. Online store > edit code > assest

  2. Add image name in html. image.png replace this text with image name

{{ ‘image.png’ | asset_img_url: ‘220x’ | img_tag }}
{{ ‘image.png’ | asset_img_url: ‘220x’ | img_tag }}

1 Like

Great, thanks a lot, but i have 2 more questions

  1. it look like this now:


Can i make it to look like below ?


2. can i make the external link to open in a new tab ?

1 Like

Hello @vladescupetrut

  1. I have checked It looks like the attached image.
  2. You have also given an external link, so what do you do?

1 Like

@vladescupetrut ,
It’s looking correct now.

1 Like
  1. i would like to be one under another like in this example


anyways on the mobile it look great, but on the desktop no .

and 2. i would like when its clicking it to open the link i provide in a new tab not in the current one.