@argo_unchained I’m glad you were able to solve on your own. Whenever you get time, may I request you to share your tips here in case someone else needs similar solution.
Hi! @argo_unchained could you please let us know how you solved this problem as I am having the same one with no idea how to fix it.
Thread Starter
Idaniel
(@argo_unchained)
Hi @alunawren.
I dont remember exactly what i have done. Support the theme now original fontawsome icons ? If not you can simply add it to your css style. Let me know, i will help you to fix this problem.
I’ve found a fix! I’ll leave it here in case anyone else runs into this problem.
span.dot-irecommendthis-count:before {
font-family: FontAwesome;
content: "\f004";
}
Hi @alunawren, thanks for this code! I managed to make it work but I was wondering if you figured out how to remove the underline when you hover over the icon? I tried it with text-decoration: none (also with !important) but the line is not going anywhere… Many thanks!