Buy me a coffee

Announcement Bar: Icon

Read First

First, you need to add this code to Code Injection > Header

(If you use Personal Plan, you can add via Code Block in Site Footer)

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">

Announcement Bar Icon1 Min

Email Icon

First, highlight email text > Click Link Icon

Announcement Bar Icon2 Min

You can use this mailto: format

Announcement Bar Icon3 Min

Next, use this code to Custom CSS box

div#announcement-bar-text-inner-id a[href*="mailto"]:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    color: white;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
}

Announcement Bar Icon6 Min

Result

Announcement Bar Icon7 Min

Phone Icon

Highlight Phone text/number > Add Link > Use this format

Announcement Bar Icon9 Min

Then use this code to Custom CSS box

div#announcement-bar-text-inner-id a[href*="tel"]:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    color: white;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
}

Address Icon

Highlight text > Add the link

Announcement Bar Icon10

then use this code to Custom CSS box

div#announcement-bar-text-inner-id a[href*="address"]:before {
    content: "\f279";
    font-family: "Font Awesome 5 Free";
    color: white;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
}
a[href*="#address"] {
    border: none !important;
    text-decoration: none !important;
    pointer-events: none;
}

Announcement Bar Icon11

Remove Underline

Use this CSS code

div#announcement-bar-text-inner-id a {
    text-decoration: none !important;
}

Facebook Icon

Add text: FA, then add Facebook URL then use CSS code

div#announcement-bar-text-inner-id a[href*="facebook"] {
    font-size: 0;
}
div#announcement-bar-text-inner-id a[href*="facebook"]:before {
    font-size: 18px;
    content: "\f09a";
    font-family: "Font Awesome 5 Brands"
}

Reference: https://fontawesome.com/search?q=facebook&o=r

Fb Linkedin Instagramicon Min

Instagram Icon

Add text: IN then add Instagram URL, then use CSS code

div#announcement-bar-text-inner-id a[href*="instagram"] {
    font-size: 0;
}
div#announcement-bar-text-inner-id a[href*="instagram"]:before {
    font-size: 18px;
    content: "\f16d";
    font-family: "Font Awesome 5 Brands"
}

Reference: https://fontawesome.com/search?q=instagram&o=r&m=free

Fb Linkedin Instagramicon Min

LinkedIn icon

Add LI text then add LinkedIn url then use CSS code

div#announcement-bar-text-inner-id a[href*="linkedin"] {
    font-size: 0;
}
div#announcement-bar-text-inner-id a[href*="linkedin"]:before {
    font-size: 18px;
    content: "\f08c";
    font-family: "Font Awesome 5 Brands"
}

Reference: https://fontawesome.com/search?q=linkedin&o=r&m=free

Fb Linkedin Instagramicon Min

Note: All icons are Font Awesome version 5