Footer - How do I separate the logos and add individual links?

Hi,

I need to make these logos in the footer individually clickable and add the respective website links to the logos here. Can someone please help me figure out how to so?

P.S I’ve tried adding href to the images before, however the images just disappear from the page once I do that.

url: www.blingfactory.com.au

Thanks in advance!


![logo_IGI.png|420x173](upload://mjiSaURrg1flDbM9nKQ1z5NTi25.png)

            
![106-1061126_gia-logo-gemological-institute-of-america-logo.png|1000x329](upload://5tegzozmsIvXq2Xn5YyAKrEGgjf.png)

try this

Hi @Simonsron ,

The href did make the images clickable however clicking on the images just takes you to the homepage and I’m unable to add the url of the website from the frontend.

Hi @saachi , you can try to use this code

[
![logo_IGI.png|420x173](upload://mjiSaURrg1flDbM9nKQ1z5NTi25.png)
](https://www.igi.org)
[
![106-1061126_gia-logo-gemological-institute-of-america-logo.png|1000x329](upload://5tegzozmsIvXq2Xn5YyAKrEGgjf.png)
](https://www.nicepng.com)

Hi @Dan-From-Ryviu ,

The href did make the images clickable however clicking on the images just takes you to the homepage and I’m unable to add the url of the website from the frontend :confused:

Please try to use this code

[
![logo_IGI.png|420x173](upload://mjiSaURrg1flDbM9nKQ1z5NTi25.png)
](https://www.igi.org) 
[
![106-1061126_gia-logo-gemological-institute-of-america-logo.png|1000x329](upload://5tegzozmsIvXq2Xn5YyAKrEGgjf.png)
](https://www.nicepng.com)

You can just replace the / inside the href with the link you want to jump to.

It worked! I tried doing it before too, but idk what I did wrong then! Thanks a lot though :grinning_face_with_smiling_eyes:

1 Like

You are most welcome.