Sharing social media icons are not showing. It was showing only email icon. After I added font-family css, it show ata-x-icon-b=“FOBC”
I play arounf adding social media icons to the footer, same problem with icons not showing.
I have latest Cornerstone Version 4.2.3 and only one plugin. No plugin conflict.
Please help. Thanks
Added to css.
[data-x-icon], [data-x-icon-o], [data-x-icon-l], [data-x-icon-s], [data-x-icon-b], [data-x-fa-pro-icon], [class*=“cs-fa-”]{
font-family: “FontAwesome” !important;
}
[data-x-icon-b]:before {
content: attr(data-x-icon-b);
}
