Replace these icons

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 16, 2014 5:36 pm
Reply with quote
Report this post
hi!
I need to change the icons, how can I do that?
Regards!
User avatar
Junior Boarder

teitbite
Thu Oct 16, 2014 7:03 pm
Reply with quote
Report this post
Hi

This icons are Awsome Fonts. You can change it by using a different class name as shown here: http://fortawesome.github.io/Font-Awesome/icons/

Please remember not to use TinyMCE while changing this icons or this icons will be removed by editor.
User avatar
Moderator

GK User
Fri Oct 17, 2014 6:23 pm
Reply with quote
Report this post
yes its true the icons has been removed, but how can I apply the classes to get the icons if I cannot use the editor?
I want to use this class:
<i class="fa fa-briefcase"></i>

<div class="gkColumns gkFeatures" data-cols="2">
<div>
<div class="gkIcon animated">
<a href="#">10TB Bandwidth</a></div>
<div class="gkIcon animated">
<a href="#">24/7 Tech Support</a></div>
<div class="gkIcon animated">
<a href="#">Webmail service</a></div>
<div class="gkIcon animated">

<a href="#">Webmail service</a></div>
<div>

Need help!
User avatar
Junior Boarder

teitbite
Sun Oct 19, 2014 1:58 pm
Reply with quote
Report this post
Hi

If You have font-awsome included than You only need to use the class as in examples on font awsome pages. Something like:

Code: Select all
<div class="gkIcons">
<div class="gkIcon animated loaded"><a href="#"><i class="fa fa-briefcase"></i><span>Easy to use panel</span></a></div>
<div class="gkIcon animated loaded"><a href="#"><i class="fa fa-briefcase dark"></i><span>10TB Bandwidth</span></a></div>
<div class="gkIcon animated loaded"><a href="#"><i class="fa fa-briefcase dark"></i><span>24/7 Tech Support</span></a></div>
<div class="gkIcon animated loaded"><a href="#"><i class="fa fa-briefcase"></i><span>Webmail service</span></a></div>
</div>
User avatar
Moderator

GK User
Mon Oct 20, 2014 10:13 am
Reply with quote
Report this post
thank you ! now its working!
User avatar
Junior Boarder


cron