Boundless Theme

Lisa Fockens Updated by Lisa Fockens

Boundless Theme

These instructions will guide you through a custom setup of the Feed on the Shopify theme called Boundless. The result will look like the images below. As you'll see, the bell is embedded into the header, giving it a more native feel.

To achieve this, you need to edit your theme's code. We recommend making a copy of your live theme, and modifying it. Then when you're happy, you can set it live.

When ready, open the code editor for the Boundless theme copy you want to edit, then follow these instructions.

Step 1: Open the file header.liquid. You can find it in the folder called 'sections'.

Step 2: Around line 46, look for:

<div class="grid__item one-third medium-up--one-sixth text-right">

Step 3: Immediately after the line you identified in step 2, add the following snippet:

<a tabindex="0" role="button" aria-label="Notifications" href="#" class="wisp site-header__link">
<svg fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="26" height="26" viewBox="0 0 24 24" stroke="currentColor" xmlns="<http://www.w3.org/2000/svg>">
<path d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"></path>
</svg>
</a>

Step 4: Go to the end of the file and find {% schema %}. Immediately before it, add the following:

<style>
.wisp svg {
top: 2px;
position: relative;
}
</style>

Step 5: Save your changes to the file.

Step 6: Switch the feed from 'floating' to 'custom' in the Admin and send a trial notification. It may take some time for the change to take effect, but when you can see the notification in the theme preview, it's ready to be published.

If the notification badge (red dot) isn't appearing in the proper spot relative to the bell, reach out to our team. This is something that has we will have to adjust for you.

Brooklyn Theme

Supply Theme

Contact