- Posts: 107
- Thank you received: 0
Social Icons
-
plive
Active member - Topic Author
- Member
Less
More
7 years 10 months ago #46922
by plive
Social Icons was created by plive
hi,
just purchased Ballet template
Cannot find where to customize Social icons (bottom5 ?)
thank you
regards
patrice
just purchased Ballet template
Cannot find where to customize Social icons (bottom5 ?)
thank you
regards
patrice
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
7 years 10 months ago #46923
by milos
Replied by milos on topic Social Icons
Hello,
These icons are using Font Awesome font icons collection. Font icons are much better than usual small images because they are loading faster and look great on modern screens (Apple Retina). Please edit module where icons are in HTML view. HTML code for all icons on our demo is:
You can change links by editing links above (in example this is facebook link: www.facebook.com/hotthemes )
You can remove some icons by deleting entire link code (from <a href="... to </a>)
You can add new icons. All icons are listed here: fontawesome.io/icons/ Click on the icon to find out HTML code for this icon.
Regards,
Milos
These icons are using Font Awesome font icons collection. Font icons are much better than usual small images because they are loading faster and look great on modern screens (Apple Retina). Please edit module where icons are in HTML view. HTML code for all icons on our demo is:
Code:
<p>
<a href="https://www.facebook.com/hotthemes"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://twitter.com/hot_themes"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://plus.google.com/b/101865138405372995937/101865138405372995937"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/hotthemes/"><i class="fa fa-instagram" aria-hidden="true"></i>
<a href="https://www.pinterest.com/hotthemes/"><i class="fa fa-pinterest-p" aria-hidden="true"></i></a>
<a href="https://www.soundcloud.com/"><i class="fa fa-soundcloud" aria-hidden="true"></i></a>
</p>
You can change links by editing links above (in example this is facebook link: www.facebook.com/hotthemes )
You can remove some icons by deleting entire link code (from <a href="... to </a>)
You can add new icons. All icons are listed here: fontawesome.io/icons/ Click on the icon to find out HTML code for this icon.
Regards,
Milos
The following user(s) said Thank You: plive
Please Log in to join the conversation.
Time to create page: 0.247 seconds