This article only applies to the old designer. Not sure which designer you have? Check here.

Cratejoy's designs include a logo which you can set as either your store name or an image. By default this links to your Cratejoy homepage, however, if you are using an alternate hosting provider for your website and Cratejoy solely for your checkout and subscription management, you'll want to change the URL of your logo.

To do this, open up the base.html file in the code editor, or header.html if you're using Bold, Tasty, and Fashion. Then search for the following code:

<a href="/">
<div class="navbar-brand" data-barley="header_brand_link" data-barley-editor="logo">
<span class>
{{ store.name }}
</span>
</div>
</a>

Change the href="/" to href="yourdomain.com" to link the logo back to your main site instead of your Cratejoy homepage.


See also: Add a logo, How to change the log out link to take the customer to another page