Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
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
4. Remember close tag </a> as well
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
4. Remember close tag </a> as well
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025