Buy me a coffee

Add Phone, Email icon to Navigation Bar

#1. First, you add 2 Link Items to the Navigation with the Name/URL

  • Phone – #phone
  • Email – #email

add-phone-email-icon-to-navigation-bar-01-min

add-phone-email-icon-to-navigation-bar-02-min

#2. Use this code to Code Injection – Header (or use Code Block in Site Footer if your plan doesn’t support Code Injection)

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />

home-icon-02-min

#3. Use this code to Custom CSS box

/* Email */
header#header a[href="#email"] {
    font-size: 0;
}
header#header a[href="#email"]:before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 18px;
}
/* Phone */
header#header a[href="#phone"] {
    font-size: 0;
}
header#header a[href="#phone"]:before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    font-size: 18px;
}

add-phone-email-icon-to-navigation-bar-03-min

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder