Changing social icons in About module
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Fri Dec 12, 2014 12:33 pm
- Reply with quote
- Report this post
I have an icon of other social network than in the module.
How to insert my icon instead Twitter or Google?
How to insert my icon instead Twitter or Google?
-
- Fresh Boarder
- GK User
- Fri Dec 12, 2014 1:41 pm
- Reply with quote
- Report this post
hi,
sure it's possible but request some job. If you would search here on forum, probably you would see that you wasn't first person who asked about it before.
We used FontAwesome icons:
so you have to override those fields
.gkTeamOverlay a[data-type="fb"]:before { content: " "; }
.gkTeamOverlay a[data-type="twitter"]:before { content: " "; }
.gkTeamOverlay a[data-type="gplus"]:before { content: " "; }
Insert " " input Unicode from FontAwesome
sure it's possible but request some job. If you would search here on forum, probably you would see that you wasn't first person who asked about it before.
We used FontAwesome icons:
so you have to override those fields
.gkTeamOverlay a[data-type="fb"]:before { content: " "; }
.gkTeamOverlay a[data-type="twitter"]:before { content: " "; }
.gkTeamOverlay a[data-type="gplus"]:before { content: " "; }
Insert " " input Unicode from FontAwesome
-
- Platinum Boarder
- GK User
- Fri Dec 12, 2014 1:48 pm
- Reply with quote
- Report this post
p.s.
Are you in 100% sure that Joomla 2.5.28 is a good choice for new website?
Read: http://www.joomla.org/announcements/rel ... eased.html
Now it's time for J3.3
Are you in 100% sure that Joomla 2.5.28 is a good choice for new website?
Read: http://www.joomla.org/announcements/rel ... eased.html
Now it's time for J3.3
-
- Platinum Boarder
- GK User
- Fri Dec 12, 2014 7:35 pm
- Reply with quote
- Report this post
Oscar E wrote:hi,
sure it's possible but request some job. If you would search here on forum, probably you would see that you wasn't first person who asked about it before.
We used FontAwesome icons:
so you have to override those fields
.gkTeamOverlay a[data-type="fb"]:before { content: " "; }
.gkTeamOverlay a[data-type="twitter"]:before { content: " "; }
.gkTeamOverlay a[data-type="gplus"]:before { content: " "; }
Insert " " input Unicode from FontAwesome
Ok.
1. I have found the icon that is needed. http://fontawesome.io/icon/vk/ Unicode: f189
2. I have inserted unicode of my icon instead one:
.gkTeamOverlay a[data-type="fb"]:before {
content: '\f189';
}
in the file gk.stuff.css (string 1000) and have uploaded it.
3. And in the end i have got unknown symbol as on the picture.
What should I do?
-
- Fresh Boarder
- GK User
- Fri Dec 12, 2014 8:14 pm
- Reply with quote
- Report this post
It could be because in this template there is old FontAwesome collection - I mean v3.1 - so not all "icons" are there.
Check here: http://fontawesome.io/3.2.1/icons/
But I will check more,, give me few minuts.
Check here: http://fontawesome.io/3.2.1/icons/
But I will check more,, give me few minuts.
-
- Platinum Boarder
- GK User
- Fri Dec 12, 2014 8:30 pm
- Reply with quote
- Report this post
Oscar E wrote:It could be because in this template there is old FontAwesome collection - I mean v3.1 - so not all "icons" are there.
Check here: http://fontawesome.io/3.2.1/icons/
But I will check more,, give me few minuts.
for Bootstrap?
-
- Fresh Boarder
- GK User
- Fri Dec 12, 2014 8:50 pm
- Reply with quote
- Report this post
How to upgrade icon collection? I have upload the new version on font-awesome.css from http://fontawesome.io/ but it still does not works((( Maybe I do something wrong?
-
- Fresh Boarder
- GK User
- Tue Dec 16, 2014 11:18 pm
- Reply with quote
- Report this post
I've taken :
from default font-awesome.css which is in /css folder template
and
In Custom CSS field I used:
Result was/is :
- Code: Select all
.icon-star:before {
content: "\f005";
}
from default font-awesome.css which is in /css folder template
and
In Custom CSS field I used:
- Code: Select all
.gkTeamOverlay a[data-type="fb"]:before {
content: "\f005";
}
star.png
Result was/is :
-
- Platinum Boarder
8 posts
• Page 1 of 1