hi
i want add a social icon to youtube in the template, because in template exist only facebook, twitter, printserv, and G+
greeting
               
                
               
          




 1.00 out of 6 based on 1 vote(s)
1.00 out of 6 based on 1 vote(s)
.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;   
}

