add icon youtube in social

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
Wed Dec 03, 2014 3:47 pm
Reply with quote
Report this post
hi
i want add a social icon to youtube in the template, because in template exist only facebook, twitter, printserv, and G+

greeting
User avatar
Fresh Boarder

GK User
Wed Dec 03, 2014 4:32 pm
Reply with quote
Report this post
To do so you would need to modify this file:
templates/gk_startup/images/style1/social_icons.png
and either correct or add additional styling for this icon, basing on this stylings:
Code: Select all
.gkTwitter {
   background-image: url('../images/style1/social_icons.png');
}
.gkFb {
   background-image: url('../images/style1/social_icons.png');
}
.gkPinterest {
   background-image: url('../images/style1/social_icons.png');
}
.gkGplus {
   background-image: url('../images/style1/social_icons.png');   
}
.gkTwitter:active,
.gkTwitter:focus,
.gkTwitter:hover {
   background-image: url('../images/style1/social_icons.png');
   color: #f7693b;
}
.gkFb:active,
.gkFb:focus,
.gkFb:hover {
   background-image: url('../images/style1/social_icons.png');
   color: #f7693b;
}
.gkPinterest:active,
.gkPinterest:focus,
.gkPinterest:hover {
   background-image: url('../images/style1/social_icons.png');
   color: #f7693b;   
}
.gkGplus:active,
.gkGplus:focus,
.gkGplus:hover {
   background-image: url('../images/style1/social_icons.png');
   color: #f7693b;   
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.