A Shopify store owner using the Empire theme needed help making phone numbers clickable in the announcement bar on desktop (mobile already worked automatically).
Initial Problem:
Native announcement bar didn’t support “tel:” links
Previous solutions from similar requests hadn’t worked
Solution Process:
Locate theme files: announcement-bar-text and announcement-bar-text-mobile
Add specific markup code to enable clickable phone links
Initial implementation created links but resulted in “Page Not Found” errors instead of opening FaceTime
Required additional code modification to fix the error
Resolution:
After adjusting the code per the helper’s guidance, the phone link now functions correctly on desktop, opening FaceTime as intended. Multiple screenshots were shared throughout to illustrate the code locations and expected behavior.
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
I’m trying to display my store’s phone number in the announcement bar at the top of each page. However, the native announcement bar in my theme (Empire) doesn’t support clickable links for phone numbers or email addresses (using “tel:” or “mailto:” links). This is only in regard of the desktop, as for some reasons the mobile version was automatically clickable.
I’ve reviewed some accepted solutions for similar requests, but unfortunately, they didn’t work for me.
If anyone could guide me on how to add this functionality, I’d really appreciate it! I’m comfortable modifying the code.
Thank you for your help with this! The phone number is now linked, but unfortunately, clicking it on desktop leads, for some reasons, to a “Page Not Found” error. Ideally, if the link worked correctly, it should open a FaceTime window (as shown in the fourth screenshot, which is from another working phone link on my website).
Do you know why this link might be leading to an error instead?