Floox And Rhino Templates (Helix3) - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Floox And Rhino Templates (Helix3)

S

Stuart

Helix Framework 4 years ago

Hi, I just noticed that the Helix3 framework that supports the Floox and Rhino templates doesn't have Instagram built into the backend framework (i.e. under Basic > Social Icons). Is there an easy way to add this?

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #37888

Hello,

There is no default option to add Instagram social icon but there is a workaround.

If you want to use extra social icons in Helix templates, you can use Custom field at the bottom of the social icons list within the Basic tab of your Template Options 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 Github, you need this CSS

 .fa-dribbble::before {
    content: "\f09b";
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
S
Stuart
Accepted Answer
4 years ago #37964

Thank you, using fontawesome class(space)social link works perfectly!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #38028

Glad to know that:)

You are always welcome!

0