Replies: 0
I have this URL where my icons disappeared. I have checked that if I disable the “CSS combining” feature the icons are back. The problem is that the icons are applied by CSS, with this code:
.sow-icon-fontawesome[data-sow-icon]:before {
content: attr(data-sow-icon);
}
When the CSS is combined this code is not present. Could you fix it?
Thanks!