Want my Logo to link to a landing page, not Shopify home page, in boundless theme. Help!

Hi!

I would like our logo that appears at the top of the page (not on the home page, it’s been removed from there since we use a page builder for the homepage) to link to the home page we made on Gem Pages, not the Shopify home page.

If this isn’t possible, just having it be unlinked is also great.

Any help is super appreciated! Thank you

Hello JamieJUICE,
Please share your site url.
So that i can check and provide you exact solution here.
Open Online Store-> Themes → Edit code->Sections->header.liquid

Search this line:

  <a href="/" itemprop="url" class="site-header__logo-link">

Replace this with :

 <a itemprop="url" class="site-header__logo-link">

Also search below line:

  <a href="/" itemprop="url" {% if shop_name_length > 10 %} class="site-header__shop-name--small"{% endif %}>{{ shop.name }}</a>

Replace this with:

  <a  itemprop="url" {% if shop_name_length > 10 %} class="site-header__shop-name--small"{% endif %}>{{ shop.name }}</a>

This will remove logo link.

Hey there, You can customize the link of the logo by going to the Online Store-> Themes → Edit code->Sections->header.liquid

and in this file you can replace the link of the logo by whatever link that you want.

you can also checkout this toturial for this it would help you as well https://www.youtube.com/watch?v=U06AJusU1wE

also do checkout this article

https://www.templatemonster.com/help/shopify-link-logo-custom-url.html

  1. Open your Shopify admin panel and navigate to Online Store → Themes tab:

  2. Click on a button on the top right of the theme you are working with and choose Edit HTML/CSS option:

  3. Click on the Layout folder to expand the content and select theme. liquid file for editing:

  4. Scroll down to Logo section and locate the following code there:

    ?


    1




    Replace href attribute value with the needed link:

  5. Click Save button on the top right of the page to save the changes:

You have successfully linked the logo to custom URL

As well as, May I suggest you to use a good shopify page builder app such as Layoutbase https://apps.shopify.com/layoutbase-pagebuilder which can make your work easy and handy without any coding by just drag & drop feature. Thanks