Add link to image in footer section ( Shopify Dawn Theme )

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

Using Theme Customizer- Log in to Shopify Admin: Log in to your Shopify admin panel.

  • Navigate to Online Store: Go to Online Store and then Themes.
  • Customize Theme: Find your current theme and click on Customize.
  • Edit Footer Section: In the theme customizer, navigate to the Footer section. Depending on your theme, you may see options to add content to the footer.
  • Add Logo Image: If your theme allows, you can upload a logo image directly through the customizer. Look for an option like “Add image” or “Logo.”
  • Add Link to Logo: Some themes provide an option to link the logo image to a URL. If this option is available, enter the URL where you want the logo to link.
  • Save Changes: After making these changes, save your progress.

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.

BSSCommerceB2B_0-1722603491841.png

You can do this by this way:

Step 1: Go to Admin → Online store → Theme > Edit code:

BSSCommerceB2B_1-1722603553952.png

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!

1 Like

Where should I paste the code?