Comments 2steenvreter started the conversationDecember 20, 2021 at 9:47pmI noticed that some social icons are not visible, but they are displayed on the screen and the link is working wellIn the header bar iI have 2 icons: linkedin and instagram: The linkedin logo is only showing on mouse over, and not like it should.I see the problems in the footer location and on the off-canvas menu.The icons missing are:- Linkedin-Facebook 2,967Andrew repliedDecember 21, 2021 at 5:15amHi again,Try the following CSS. .fa.fa-linkedin:before { content: "\e605"; } .fa.fa-facebook:before { content: "\f09a"; } Regards,1 Like 2steenvreter repliedDecember 21, 2021 at 8:03pmThanks for the reply, Andrew. I pasted this in the CCS section, but it dint change anything. Any other suggestions? 2,967Andrew repliedDecember 22, 2021 at 5:07amHi again,Try this instead. .fa.fa-linkedin:before { content: "\e605" !important; } .fa.fa-facebook:before { content: "\f09a" !important; } Regards, 2steenvreter repliedJanuary 3, 2022 at 3:19pmThanks. that fixed it!1 Like Sign in to reply ...
I noticed that some social icons are not visible, but they are displayed on the screen and the link is working well
In the header bar iI have 2 icons: linkedin and instagram: The linkedin logo is only showing on mouse over, and not like it should.
I see the problems in the footer location and on the off-canvas menu.
The icons missing are:
- Linkedin
-Facebook
Hi again,
Try the following CSS.
Regards,
Thanks for the reply, Andrew.
I pasted this in the CCS section, but it dint change anything. Any other suggestions?
Hi again,
Try this instead.
Regards,
Thanks. that fixed it!