Add link to homepage for footer brand image (logo)

Solved

Add link to homepage for footer brand image (logo)

rencafenyc
Excursionist
30 1 3

Hello, there is a brand image attached to my website's footer which is the logo. How can I make it clickable and direct to the homepage just like the logo in the header? Thank you!

 

URL: https://rencafenyc.com/

Accepted Solution (1)

EBOOST
Shopify Partner
1374 346 419

This is an accepted solution.

Hi @rencafenyc ,

 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code
2. Sections/footer.liquid
3. find  {%- when 'brand_information' -%} after that refer screenshot to wrap image by hyperlink <a href="{{ routes.root_url }}" > code

EBOOST_0-1739430309264.png

 

4. Remember close tag </a> as well

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Reply 1 (1)

EBOOST
Shopify Partner
1374 346 419

This is an accepted solution.

Hi @rencafenyc ,

 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code
2. Sections/footer.liquid
3. find  {%- when 'brand_information' -%} after that refer screenshot to wrap image by hyperlink <a href="{{ routes.root_url }}" > code

EBOOST_0-1739430309264.png

 

4. Remember close tag </a> as well

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips