Social Icons In Helix 3 - Question | JoomShaper

Social Icons In Helix 3

JK

Jan Korshavn

Template 2 years ago

Hi, Why isn't Instragram amongs the social icons to configure in the basic setup of the template Helix 3?

I would really like that to be possible as most people and companies here in Norway use Facebook and Instragram rather than all those others.

Best regards, Jan Korshavn

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #99567

Hi there!

Thanks for your query.

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

Best Regards

0