Okay
  Public Ticket #3684136
Icons
Open

Comments

  • Jac started the conversation

    Hello, I want to add custom icons from font awesome is it possible to do? In photos I send my page and in second photo icons that I want to add.

    Attached files:  32332.png

  • Jac replied

    My icons

    Attached files:  1111.jpg

  •  1,782
    Judith replied

    Hello Jac,

    Thanks for writing to us.

    Yes, we can use css to replace the existing icon.

    You can share the FA icon name so that we can provide CSS to replace it. Also, let us know the icon you would want to replace.

    I look forward to your response.

  • Jac replied

    I want to add fa-tractor instead of the person icon above "Mlody rolnik"

    And second icon is fa-baby-carriage instead of second person icon above "Maluch +2022-2027"

  •  2,895
    Andrew replied

    Hi Jac,

    Thank you for reaching out to us.

    First, I would recommend installing the font awesome plugin and then add this into the Custom CSS box in your Salient Theme Options panel:

    .fa-user-o:before {
        content: "\f722";
        font-family: 'FontAwesome';
    }
    .fa-odnoklassniki:before {
        content: "\f77d";    
        font-family: 'FontAwesome';
    }

    Try this and let us know if this works for you

    Thanks,

  • Jac replied

    Above "Mlody rolnik" doesn't work (tracktor icon)

  •  2,895
    Andrew replied

    Hi Jac,

    Thank you for getting back to us.

    Try adding this code to show the tractor.

    .fa-user-o:before {
        content: "\f722"!important;
        font-family: 'FontAwesome';
    }
    

    Kind regards,

  • Jac replied

    Now it is like that

  • Jac replied

    NVM now it works

  •  2,895
    Andrew replied

    Hi Jac,

    Thank you for getting back to us.

    I'm happy that we could assist you! If you've enjoyed Salient, be sure to check out Nectarblocks, our latest innovation for building websites visually with WordPress.

    Your feedback is valuable to us and greatly appreciated!

    Regards,