Add to Links area
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Tue Jan 12, 2016 5:03 pm
- Reply with quote
- Report this post
I really like the Links area (email, rss feed icons). I would like to use this as my menu. How can I add icons/links to this area?
Thanks.
Thanks.
-
- Senior Boarder
- teitbite
- Fri Jan 15, 2016 1:47 pm
- Reply with quote
- Report this post
Hi
Please edit module published in social module position. There You will find a code like:
just add new elements with a similar way. Just make sure class name starts with "gk-icon-" for the icons I would recommend to use font awsome, since template has a custom icons and only few is prepared.
Please edit module published in social module position. There You will find a code like:
- Code: Select all
<a class="gk-icon-twitter" href="https://twitter.com/gavickpro"></a>
<a class="gk-icon-fb" href="https://www.facebook.com/gavickpro"></a>
<a class="gk-icon-pinterest" href="http://www.pinterest.com/robertgavick/"></a>
<a class="gk-icon-gplus" href="https://plus.google.com/+gavickpro/posts"></a>
just add new elements with a similar way. Just make sure class name starts with "gk-icon-" for the icons I would recommend to use font awsome, since template has a custom icons and only few is prepared.
-
- Moderator
- GK User
- Fri Jan 15, 2016 4:09 pm
- Reply with quote
- Report this post
Thank you.
How do I use the font awesome icons?
I tried gk-icon-calendar for example but the font awesome icon is not showing. What is the correct way to call font awesome icons?
How do I use the font awesome icons?
I tried gk-icon-calendar for example but the font awesome icon is not showing. What is the correct way to call font awesome icons?
-
- Senior Boarder
- teitbite
- Tue Jan 19, 2016 8:25 pm
- Reply with quote
- Report this post
Hi
First add this line to /layout/blocks/head.php
Than You will be able to use any font icon provided here: http://fontawesome.io/icons/
First add this line to /layout/blocks/head.php
- Code: Select all
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
Than You will be able to use any font icon provided here: http://fontawesome.io/icons/
-
- Moderator
4 posts
• Page 1 of 1