Comments jimfarg started the conversationOctober 24, 2021 at 10:20amHello, I want to put this code "<i class="fas fa-heart"></i>" in a custom link menu and when I set it, the script changes to http://i%20class=fas%20fa-heart/i 2,613PenciDesign repliedOctober 24, 2021 at 11:54amHi,You've put icon class on the wrong field, please add the icon HTML code in the Navigation Label. We've already the document about the menu icon here: https://soledad.pencidesign.net/soledad-document/#menuRegards,PenciDesign.jimfarg repliedOctober 24, 2021 at 6:48pmThank you for that, but also, when i put this i attached, i dod not see it in lavart.gr in the submenu "θεματα" 2,700PenciDesign repliedOctober 25, 2021 at 1:50amHi,Your code is wrong, it has an extra tag, you're using two close </i> tag: </i></i>it should be one: </i>Best Regards,PenciDesignjimfarg repliedOctober 25, 2021 at 10:09amstill not working 2,700PenciDesign repliedOctober 25, 2021 at 10:25amHi,As I see this problem is caused by the Font from Elementor overriding it. So, to fix it, you can simply change the code from: <i class="fa fa-heart-o" aria-hidden="true"></i> to: <i class="penci-faicon fa fa-heart-o" aria-hidden="true"></i> Best Regards,PenciDesignjimfarg repliedOctober 25, 2021 at 10:28amthank you Sign in to reply ...
Hello, I want to put this code "<i class="fas fa-heart"></i>" in a custom link menu and when I set it, the script changes to http://i%20class=fas%20fa-heart/i
Hi,
You've put icon class on the wrong field, please add the icon HTML code in the Navigation Label. We've already the document about the menu icon here: https://soledad.pencidesign.net/soledad-document/#menu
Regards,
PenciDesign.
Thank you for that, but also, when i put this i attached, i dod not see it in lavart.gr in the submenu "θεματα"
Hi,
Your code is wrong, it has an extra tag, you're using two close </i> tag:
it should be one:
Best Regards,
PenciDesign
still not working
Hi,
As I see this problem is caused by the Font from Elementor overriding it. So, to fix it, you can simply change the code from:
to:
Best Regards,
PenciDesign
thank you