Social icons

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Mar 17, 2014 9:37 am
Reply with quote
Report this post
Hi
In which css file do I find the social icons? I'm not so familiar with css so if you please could help me and tell me where to find it. :D

Best Regards,

Michael Magnusson
User avatar
Fresh Boarder

GK User
Mon Mar 17, 2014 9:51 am
Reply with quote
Report this post
Hi,
1) Those are not graphic icons but "icons' from font. But what exactly you want to do?

2)
I'm not so familiar with css

So it's time to read some books about it, if you want be a web developer or webmaster or whatever....
User avatar
Platinum Boarder

GK User
Mon Mar 17, 2014 3:19 pm
Reply with quote
Report this post
michael.magnusson wrote:Hi
In which css file do I find the social icons? I'm not so familiar with css so if you please could help me and tell me where to find it. :D

Best Regards,

Michael Magnusson


Micheal,
If you are using the quickstart, search for a Custom HTML module probably already named social icons. There, you will find whatever you need to edit. (You might have to change your editor).

If you are not using the quickstart, create a custom HTML module (you might have to change your editor)
Here is the code to use:
Code: Select all
<a href="https://plus.google.com/+your_username?rel=author" target="_blank"><i class="gk-icon-gplus"></i></a>
<a href="https://twitter.com/your_username" target="_blank"><i class="gk-icon-twitter"></i></a>
<a href="https://www.facebook.com/your_username" target="_blank"><i class="gk-icon-fb"></i></a>
<a href="http://www.your_domain?format=feed&amp;type=rss" target="_blank"><i class="gk-icon-rss"></i></a>

and then assign it to the social position.
User avatar
Junior Boarder

GK User
Mon Mar 17, 2014 3:31 pm
Reply with quote
Report this post
Thank You!!!!
User avatar
Fresh Boarder


cron