Hi, I previously contacted yourselves about the icons not displaying correctly after a recent update and you provided me some CSS to fix it, and it worked, however, I’ve come to use it on a new website I’m doing and it doesn’t work! I have no idea why either, as it’s the exact same CSS and also the same HTML for the topbar (just changed contact details). Would you mind taking a look for me and letting me know what’s going on with it please!
Here’s the HTML:
Contact us today <font color="#eee"><i class="x-icon x-icon-phone" data-x-icon="" aria-hidden="true"></i></font><a href="tel:01234567890"><font color="#fff"><strong> 012 3456 7890</font></strong></a></font> <font color="#eee"><i class="x-icon x-icon-mobile" data-x-icon="" aria-hidden="true"></i></font><a href="tel:01234567890"><font color="#fff"><strong> 01234 567 890</font></strong></a></font> | <font color="#eee"><i class="x-icon x-icon-envelope" data-x-icon="" aria-hidden="true"></i></font> <a href="mailto:info@website.co.uk">info@website.co.uk</a>
Here’s the CSS:
/* X Icons /
.x-icon-phone {
transform: rotateY(180deg);
}
.x-icon-mobile:before {
content: “\f3cd”;
}
[data-x-icon-o], [data-x-icon-s], [data-x-icon-b], [data-x-icon], [class=“x-icon-”] {
font-weight: 200;
}
I’ll put the URL in a secure note.
Thanks!