How can I modify the announcement bar to display different currencies?

Topic summary

Main issue: display multiple currencies in the announcement bar (e.g., show €100 then switch to £) and/or have it auto-scroll between messages.

Proposed approach: edit the Shopify theme’s announcement-bar.liquid file to enable auto-scrolling text. Steps: Online Store → Theme → Edit code, then paste the provided code into announcement-bar.liquid.

Technical note: announcement-bar.liquid is a theme template using Shopify’s Liquid language; auto-scroll rotates predefined messages, which can include different currency formats.

Attachments central: the exact code is shown in two screenshots; the transcript does not include the code block contents, so implementation relies on the images.

Outcome: the requester confirmed the solution was helpful. The thread appears resolved for auto-scrolling, but automatic currency detection/localization was not discussed and remains unclear.

Summarized with AI on January 30. AI used: gpt-5.

Hey there,

I was browsing for yet more examples for my store, and this website here: https://daya-jewelry.com/ has a very nice and interesting feature. When one opens the website the announcement bar says that when one spends of €100, and then it changes to British pounds. Does anyone know how to make the announcement bar change like that, or maybe automatically scroll. Would be a cool feature to add, and I would appreciate any help,

Kind regards,

Mathers

1 Like

Hello @Diarna-Official ,

I can change announcement bar auto scroll.

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your announcement-bar.liquid file, paste code like image


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

1 Like

Thanks a lot! @GemPages

Hi @Diarna-Official ,

I am so glad that my solution can help.