- Posts: 4
- Thank you received: 0
edit social icon
-
Manfredi
Inactive member - Topic Author
- New Member
Less
More
5 years 1 month ago #47668
by Manfredi
edit social icon was created by Manfredi
hi, how do you remove or change the social icon links?
thanks
thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
5 years 1 month ago #47669
by milos
Replied by milos on topic edit social icon
Hello,
1. In Global configuration, for Default Editor select None.
2. Go to Extensions > Modules > Social Icons
3. This is original HTML code:
Change links to match your social links. To remove a social link, remove the entire <a> tag for it. To add a social icon, find the icon code here fontawesome.com/v4.7.0/icons/ and add it to the code. Finally, wrap it inside the a tag to add link.
Best regards,
Milos
1. In Global configuration, for Default Editor select None.
2. Go to Extensions > Modules > Social Icons
3. This is original HTML code:
Code:
<a href="http://twitter.com/hot_themes"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="http://www.facebook.com/hotthemes"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://www.pinterest.com/hotthemes/"><i class="fa fa-pinterest-p" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/hotthemes/"><i class="fa fa-instagram" aria-hidden="true"></i></a>
Change links to match your social links. To remove a social link, remove the entire <a> tag for it. To add a social icon, find the icon code here fontawesome.com/v4.7.0/icons/ and add it to the code. Finally, wrap it inside the a tag to add link.
Best regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.140 seconds