Home Forums Trusted Pro Login icon

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #11522
    Marie DA SILVA
    Participant

    Hi, i have à problem with the login icon, it is not the right one. Could you please tell me how can I change it ? Thank you in advance.

    #11524
    Andy
    Keymaster

    There is a plugin overriding the theme’s fontawesome icons, so you can fix the login icon with this CSS:

    #top-info .fa-sign-in:before {
        content: "\f090";
    }

    Copy the above code to ‘Customize’ > ‘Additional CSS’.

    #11525
    Marie DA SILVA
    Participant

    Thank you, it’s OK.

    Have a good Day.

     

     

    #11549
    Melanie Hans
    Participant

    there is also CSS code for phone icon?

    THX

    #11550
    Melanie Hans
    Participant

    A have Found

    #top-info .fa {
    font-family: ‘FontAwesome’;
    }

    #11563
    Andy
    Keymaster

    Do you want to change the login icon for a phone icon?

    #11564
    Andy
    Keymaster

    Your can do:

    .top-tel .fa-phone:before {
        font-family: "FontAwesome";
        content: "\f095";
    }

    or this:

    .top-tel .fa-phone:before {
        font-family: "icomoon";
        content: "\e90b";
    }
    #12790
    Marie DA SILVA
    Participant

    Hi,

    I’m sorry but I still have the same problem, and the code doesn’t work.

    But when I’m connected, it’s all  OK

    Thank you for your help.

    Marie.

    #12793
    Andy
    Keymaster

    You’re just missing the declaration of the font, like this:

    #top-info .fa-sign-in:before {
        font-family: FontAwesome;
    }
    #12797
    Marie DA SILVA
    Participant

    Hi,

    Thank you very much Andy, all it’s OK now 👌

    Marie.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Login icon’ is closed to new replies.