Font awesome icon isn't displaying
-
Hi,
I have added a “Tile Calculator” popup to the linked single product page. The link to open the popup is placed next to the Size Guide link.
However, I’m not able to show Calculator Font Awesome icon before the link text. Can you please check and do let me know the right CSS rule to perfectly display the calculator icon?
Thank you
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-calculator-btn a::before {
font-family: fontawesome;
}
Best Regards