Site URL: https://finch-plane-n82h.squarespace.com/
I am a coding novice so please forgive me if this is a very simple fix!
I would like to add my client's phone number and email address as clickable links either at the top of the header bar or in a separate banner above the header bar. How can I add do this?
I tried adding the below code to the header section of Code Injection for the phone number, which I found on an earlier forum post, but when I hit "save" I see the number flash at the top of the header but then it disappears:
<div style="text-align: right;"><b>Contact Us at <a href="tel:555-555-5555">555-555-5555</a></b></div>
Thank you in advance for your help!