Inhalte aufrufen

Profilbild

How to change social network icons in footer or add more?


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 Litaly

Litaly

    Benutzer

  • Members
  • 25 Beiträge

Geschrieben: 20 August 2015 - 13:08

Hi

 

Is it possible to change social network icons in footer or add some extra social networks like instagram ? And how can l do that ?

 

Thanks in advance



#2 arifin.wm

arifin.wm

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 33 Beiträge

Geschrieben: 15 November 2016 - 03:15

Hi All,

 

just want to share regarding this issue. I finally found a way to add it simply.

First, go to smartstore.web > views > common > footer.cshtml. Then add it manually to div class content under the footer-social.

If you'd like to add instagram, put it like below.

 

<a href="[link to your instagram profle]" target="_blank"><i class="fa fa-instagram fa-4x"></i></a>

 

If you'd like to add more social media, then you need to find it inside the font awesome folder (smartstore.web > content > fonts.

if you would like to do it parameterize, then you need to add field in social footer model.

 

Best Regards,

Afin


  • Litaly gefällt das