michael2
9/11/2017 - 12:44 AM

This will add the facebook twitter and instagram icons to links in the content that contain "facebook.com", "twitter.com" and "instagram.com

This will add the facebook twitter and instagram icons to links in the content that contain "facebook.com", "twitter.com" and "instagram.com"

.contentCopy a[href*="twitter.com"], .contentCopy a[href*="facebook.com"], .contentCopy a[href*="instagram.com"]{
text-decoration:none;
}
.contentCopy a[href*="twitter.com"]:before, .contentCopy a[href*="facebook.com"]:before, .contentCopy a[href*="instagram.com"]:before{
font-family:FontAwesome;
display:inline-block;
margin-right:3px;
}
.contentCopy a[href*="facebook.com"]:before{
content:"\f230";
color:#3A5795;
}
.contentCopy a[href*="twitter.com"]:before{
content:"\f081";
color:#55ACEE;
}
.contentCopy a[href*="instagram.com"]:before{
content:"\f16d" ;
color:#004879;
}