changing icon

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Thu Feb 12, 2015 6:13 am
Reply with quote
Report this post
As in your demo I have designed the site.Only thing is how can I change the social icon which is in the "about" .here is the screen shot what I am referring to http://prntscr.com/642hii. I want to have linkedin instead of gplus icon.
User avatar
Senior Boarder

GK User
Thu Feb 12, 2015 7:55 am
Reply with quote
Report this post
It is a font awesome. Either you need to create new css for linked in or you can change current one gplus. The second way is easier...
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
.gkTeamOverlay a[data-type="gplus"]:before {
content: "\f0e1";
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Feb 12, 2015 12:03 pm
Reply with quote
Report this post
Thank you :)
User avatar
Senior Boarder

GK User
Fri Feb 13, 2015 8:23 am
Reply with quote
Report this post
Please let me know if you would have any additional questions regarding this topic.
User avatar
Moderator


cron