Disappearing icons

Hello everybody,

I am updating my website and working on it calmly.
I have noticed in these days that the icons have disappeared.
From the menù, from the footer and from the team section (precisely the linkedin icon).

From the menu I solved it with a plugin. From the footer I solved by removing the icons.
I need help with the linkedin icon.

image

How can I do?

(The site is under maintenance so if an admin wants to check I have to pass him the temporary credentials)

PS: the facebook icon has also disappeared from the contact form

Hi there

let me see it, please provide URL of the website

Regards

I wrote to you privately leaving you the temporary login (1day) because my site is under maintenance.

Hi there

Please add this css code in the Appearance > Customize > Additionall CSS:

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

Thanks for the reply.

I tried the css you gave me.
No results, I still don’t see the linkedin icons

the problem is about the “brands” icon, so It needs to update the font-family in ‘Font Awesome 5 Brands’
example
.social-icons .fa {
font-family: ‘Font Awesome 5 Brands’;
}

Thanks for the reply.

I tried to insert the code but it keeps giving me the same problem

I managed to solve it by downgrading the “Menu Icons” plugin (back to version 0.12.10) and eliminating the css codes you wrote above.

Did you add the class “.social-icons” (or whatever you want) to the brand icons like FB, Linkedin, Twitter,…?

Adding a class is not possible, this will require a theme modification,

Tell me more about your problem and include a url

Add the class in the container, I think it’s possible or not?

In the @Mynekss specific case (if I found his website correctly):

.person-content-social .fa {
    font-family: ‘Font Awesome 5 Brands’;
}

My site is not visible.

In any case I solved it.

Hi

Ok, thanks :slight_smile:
I will close this case now

1 Like