add icon youtube in social
Rate this topic: 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
i want add a social icon to youtube in the template, because in template exist only facebook, twitter, printserv, and G+
greeting
-
- 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:
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;
}
-
- Moderator
2 posts
• Page 1 of 1