Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Like this get it now will only have the link
Hi NOT1,
Heddy from Gameball here.
To add links in your announcement bar for the Dawn theme, you’ll need to make some adjustments in the theme code. Here’s a simple way to do it:
1. In your Shopify Admin, go to Online Store > Themes, and next to the Dawn theme, click Actions > Edit code.
2. Find the announcement-bar.liquid file under Sections.
3. Look for the announcement text area in the code, and wrap the text you want to link in HTML anchor tags. For example:
<a href="https://yourlink.com">Your announcement message</a>
4. Save the changes.
This should make the text in the announcement bar clickable and linked to whatever URL you want. If you want multiple links, just add more anchor tags.