Where to find other gc-icon-.....
Well-designed restaurant Joomla template with parallax effect.
- GK User
- Fri Sep 09, 2016 1:25 am
At the bottom of "header" there is 4 icons. Where do I find others to use here.
Is it those fa-.... that I find in TYPOGRAPHY document ?
Please help. Lauch within 2 weeks
Is it those fa-.... that I find in TYPOGRAPHY document ?
Please help. Lauch within 2 weeks
-
- Expert Boarder
- teitbite
- Sun Sep 11, 2016 11:18 am
Hi
@korekkom is correct. You can use Font Awesome. It's added to template already.
@korekkom is correct. You can use Font Awesome. It's added to template already.
-
- Moderator
- GK User
- Mon Sep 12, 2016 12:51 pm
OK... thanks to you both. I understand that these font are already incorp into this template! That sounds great. But I am a newbee and have to ask more. How do I, and what code do I write into the page / module.
Let us say that I want to change those 5 at the bottom of the header module.
One of them is Question sircle. Shall I just past this code into the page?;
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
(I tried, but nothing happend)
Let us say that I want to change those 5 at the bottom of the header module.
One of them is Question sircle. Shall I just past this code into the page?;
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
(I tried, but nothing happend)
-
- Expert Boarder
- teitbite
- Tue Sep 13, 2016 11:37 am
Hi
Using code like
is correct and it should display the icon. Please make sure You have disabled using editor in user settings (go to user manager, select Your user and in Editor option select None), than You will be able to add this code in pure html. It has to be like that because some joomla editors does not recognise or allow using html5 and are simply removing it.
Using code like
- Code: Select all
<i class="fa fa-question-circle-o" aria-hidden="true"></i>
is correct and it should display the icon. Please make sure You have disabled using editor in user settings (go to user manager, select Your user and in Editor option select None), than You will be able to add this code in pure html. It has to be like that because some joomla editors does not recognise or allow using html5 and are simply removing it.
-
- Moderator
5 posts
• Page 1 of 1