Social Icons Not Showing In Top2 Position - Question | JoomShaper

Social Icons Not Showing In Top2 Position

P

Petra

Template 1 year ago

Hi,

I am using educon template at http://www.gykas.bizy-bee.cz

I added social icons into template settings and assigned it to top2 position = since then the icons are not loading - font awesome is not loading, only glyphs are displayed.

Also, I added 3 networks, incl. instagram into custom (could you possibly add also instagram into the list, it's trend and should not be missing)

Can you please advise how to fix it?

Thank you!

Petra

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #164723

Hi there!

Thanks for reaching out.

Please use the following code in your custom CSS:

#sp-top2 .fa{
    font-family: "Font Awesome 5 Brands" !important;
}

Moreover, if you want to use extra social icons in Helix templates, you can use Custom field for it. You need to add the fontawesome class<space>social link Example: fa-instagram https://instagram.com If you want to add more than one social icons, then you need to use any of the default icon and use custom CSS. For example, to change Dribble icon to instagram, you need this code snippet to put into the custom CSS:

.fa-dribbble::before { content: "\f16d"; } This may help too in spite of it's Helix Ultimate: https://www.youtube.com/watch?v=8dpCfEnvLts

Note: Here is all about custom code placement in Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Best Regards

0