Comments 2Ignacio Mata started the conversationDecember 19, 2016 at 9:29amI would like to exchange the section footer social with new icons. Where do I find the icons ?, which do I have to modify? 850Jelly repliedDecember 20, 2016 at 9:27amHi, In the index.html you can find the code below: <!-- BEGIN FOOTER --> <footer id="footer" class="section" role="contentinfo"> <div class="container"> <ul class="social"> <li><a href="#" class="icon tw"><i class="fa fa-twitter"></i></a></li> <li><a href="#" class="icon fb"><i class="fa fa-facebook"></i></a></li> <li><a href="#" class="icon in"><i class="fa fa-pinterest"></i></a></li> <li><a href="#" class="icon go"><i class="fa fa-google-plus"></i></a></li> </ul> </div> </footer> <!-- END FOOTER --> Then change the class in below: fa-twitter fa-facebook fa-pinterest fa-google-plus With the icon in here: http://fontawesome.io/cheatsheet/Best Regards,Jelly Team Sign in to reply ...
I would like to exchange the section footer social with new icons. Where do I find the icons ?, which do I have to modify?
Hi,
In the index.html you can find the code below:
Then change the class in below:
With the icon in here: http://fontawesome.io/cheatsheet/
Best Regards,
Jelly Team