I want to add phone icon on my header phone number.
site link?
Hi @MsMarj
Please check in the theme customization settings to see if your theme has an option to add a phone number. If not, you will need to add a customized code to include it. You can add it in the header.liuqid file if you have knowledge about HTML and liquid
Hi @MsMarj
You can directly edit the code to add a phone icon by following these steps: Go to Online Store > Themes, click on the Actions dropdown for your theme, and select Edit Code. Locate the header.liquid file, look for the code that displays your current phone number, which might look like this:
{{ settings.phone_number }} or
Call us at: 123456789
(Suppose your message is ‘Call us at’ and the phone number is 123456789)There, you can add an icon to your phone number by using the following HTML:
{{ settings.phone_number }}
or
123456789
Hi @MsMarj . Can you please help us by giving the answers of the following questions:
- Can you share your store URL?
- Which theme you’re using?
- And What you want if a user clicks phone number on Header Section?
This is my current code
https://www.areaoffice.com.au/
Theme: Expanse