Like this get it now will only have the link
![]()
A user asks how to add clickable links to the announcement bar in Shopify’s Dawn theme, noting that currently only plain text appears.
Solution provided:
announcement-bar.liquid file under Sections<a href="https://yourlink.com">Your announcement message</a>Note: The response includes a screenshot showing the current announcement bar setup, and the solution involves basic HTML editing within the theme’s liquid files.
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:
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.