+ Reply to Thread
Results 1 to 3 of 3

Thread: Anyway to add font awesome icon to menu and category?

  1. #1

    Anyway to add font awesome icon to menu and category?

    Hi Flynax,

    Is there anyway to add fontawesome icon next to header menu and category? I try to add code
    <i class="fad fa-map-marked-alt"></i>

    In admincp > content > pages > title

    And it shows the whole part of the code. Not the icon.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello Wei,

    The fact is the title is used in a href tag title that breaks the html code with additional double quotes

    you need to use your code in the Name field of the page form

    or use it like that:
    Code:
    Only registered members can view the code.

  3. #3
    Quote Originally Posted by Rudi View Post
    Hello Wei,

    The fact is the title is used in a href tag title that breaks the html code with additional double quotes

    you need to use your code in the Name field of the page form

    or use it like that:
    Code:
    Only registered members can view the code.
    Thanks Rudi

+ Reply to Thread