How to Change the default Header / Logo link on Colorblock Theme?

Hello everyone,

I use the “Colorblock” theme for my store and I need to change the link for when someone clicks on the LOGO in my header. Currently , it takes the visitor back to the main store page, but I need to change it, so it’ll take the visitor back to the main website landing page.

I’ve tried support and I’ve accessed the header.liquid page of the code, but there is no mention of Logo in terms of or , and a place where I can change the link for when someone clicks the logo.

I was wondering if anyone knows where I can find that piece of code and make the alterations. Many thanks in advance and I look forward to hearing from you. I’ve attached the piece of code that I currently see once I access the “header.liquid” file of the theme.

Sepp

Hi @Langulife ,
This is Theodore from PageFly - Shopify Page Builder App.

Changing the logo link in your Shopify Colorblock theme might be less straightforward than expected. Here’s how to find and edit it:

  1. Look beyond tags: The logo link might be defined using tags with src or data-src attributes, or through classes/IDs like logo or header-logo.

  2. Search for “logo.liquid”: Some themes have a separate file for logo functionality. Check for a file named “logo.liquid” in your theme code.

  3. Theme Documentation (if available): Refer to Colorblock’s documentation for specific instructions on logo link customization.

Editing the Code (if comfortable):

  • Once you locate the logo code (e.g., tag), find the href attribute (specifies the link URL).
  • Change the href attribute value to your desired landing page URL.
  • Save your theme code edits

Best regards,
Theodore | PageFly