Hello Everyone!
I am using the Shopify Dawn Theme. I have added the logo in the footer section. I would like to add a link to this logo. Is it possible? Thank you in Advance.
Store: https://blue-chic-clothes.myshopify.com/
Password: Admin
Hello Everyone!
I am using the Shopify Dawn Theme. I have added the logo in the footer section. I would like to add a link to this logo. Is it possible? Thank you in Advance.
Store: https://blue-chic-clothes.myshopify.com/
Password: Admin
@dreamtechzone_5
hello please follow steps
Method 2: Editing Theme Code
Log in to Shopify Admin: Go to Online Store > Themes.>Actions > Edit code>Footer.Liquid > Add Logo HTML
[
](https://your-link-url.com)
HI @dreamtechzone_5 ,
It’s possible to add a link to the logo in the footer of the Shopify Dawn theme.
You can wrap into with your link you want to redirect.

You can do this by this way:
Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Locate the Footer Section: In the Sections folder, look for a file named footer.liquid or something similar.
Looking for the class: footer-block__image-wrapper > img and wrap tag into tag with your link you want to redirect.
Like this:
< a href = "YOUR_LINK_HERE" >
Replace “YOUR_LINK_HERE” with the actual URL you want the logo to link to.
Step 3: Save your code and reload this page store front.
I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.
Have a nice day sir!