- Posts: 29
- Thank you received: 0
SNS links and Google fonts
-
keeyo
Active member - Topic Author
- Member
Less
More
2 years 11 months ago #48446
by keeyo
SNS links and Google fonts was created by keeyo
Sorry for entry-level questions
1) I want to change url link of SNS icons (Twitter, facebook and instagram), but I could not find the data place I should edit.
2) I want to add new Google Fonts. Could you teach me appropriate site where I can learn how to do it.
Thank you very much.
ks
1) I want to change url link of SNS icons (Twitter, facebook and instagram), but I could not find the data place I should edit.
2) I want to add new Google Fonts. Could you teach me appropriate site where I can learn how to do it.
Thank you very much.
ks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
2 years 11 months ago #48447
by milos
Replied by milos on topic SNS links and Google fonts
Hello,
1) Social icons are using FontAwesome. It's recommended to disable the WYSIWYG editor in Joomla global configuration before you edit Social Icons and Social Icons (footer) modules because some editors can cut off parts of the code. Original HTML for the modules is:
So, you can change links in the above code.
2) You can add Google fonts and use them from the template options. More details about this here: www.hotjoomlatemplates.com/sparky-docume...eatures/google-fonts (this is for Joomla 3, but it's similar in Joomla 4).
Regards,
Milos
1) Social icons are using FontAwesome. It's recommended to disable the WYSIWYG editor in Joomla global configuration before you edit Social Icons and Social Icons (footer) modules because some editors can cut off parts of the code. Original HTML for the modules is:
Code:
<p><a href="https://www.facebook.com/hotthemes"><i class="fab fa-facebook-square"></i></a> <a href="https://twitter.com/hot_themes"><i class="fab fa-twitter-square"></i></a> <a href="https://www.instagram.com/hotthemes/"><i class="fab fa-instagram"></i></a></p>
So, you can change links in the above code.
2) You can add Google fonts and use them from the template options. More details about this here: www.hotjoomlatemplates.com/sparky-docume...eatures/google-fonts (this is for Joomla 3, but it's similar in Joomla 4).
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.210 seconds