Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2901522
insert icon in menu
Closed

Comments

  • jimfarg started the conversation

    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

  •  2,492
    PenciDesign replied

    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.


  • jimfarg replied

    Thank you for that, but also, when i put this i attached, i dod not see it in lavart.gr in the submenu "θεματα"

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • jimfarg replied

    still not working

  •  2,699
    PenciDesign replied

    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:

    <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,

    PenciDesign

  • jimfarg replied

    thank you