Is there a way to add a link to the product on my announcement banner?
My store is: gigachew.com.au
I’d like it to be: Free Shipping on Australian Orders Over $50 - SHOP
Any help is much appreciated.
Is there a way to add a link to the product on my announcement banner?
My store is: gigachew.com.au
I’d like it to be: Free Shipping on Australian Orders Over $50 - SHOP
Any help is much appreciated.
Hi @LiamP191
Its Artzen Technologies! We will be happy to help you today.
Follow these Steps:
Add link there in the section
After you add link, it will look like this and will you redirect you to the page to which you want to take it to.

Let me know if need further assistance
Regards,
Artzen Technologies
**Hi @LiamP191 **
Follow these steps:
Go to Online Store
Theme Customize
Select Announcement Bar Section
Select Welcome to our store/text
If I managed to help you then, don’t forget to Like it and Mark it as Solutions.
Hi @LiamP191
It has option to add link to your announcement bar in your Online store > Themes > Customize
Hi @LiamP191 ,
This is David at SalesHunterThemes.
if want announcement to “Free Shipping on Australian Orders Over $50 - SHOP”
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Section folder → announcement-bar.liquid file.
you can change from line 295 to line 300 with this code
{
"type": "richtext",
"id": "text",
"default": "
Welcome to our store
",
"label": "t:sections.announcement-bar.blocks.announcement.settings.text.label"
},
Before:
After:
you can change from line 43 to line 48, 102 → 107 with this code
{{ section.blocks.first.settings.text}}
{%- if section.blocks.first.settings.link != blank -%}
{% render 'icon-arrow' %}
{%- endif -%}
before:
after:
result:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
David | SalesHunterThemes team