Can anyone please tell me what the class is for Pinterest social link in the News2 template?
I've tried class="gkPinterest and class="gkPinterest" + class="gk-icon-Pinterest"
.gk-icon-chat:before {
content: "a";
}
.gk-icon-fb:before {
content: "b";
}
.gk-icon-gplus:before {
content: "c";
}
.gk-icon-news:before {
content: "d";
}
.gk-icon-next:before {
content: "e";
}
.gk-icon-prev:before {
content: "f";
}
.gk-icon-rss:before {
content: "g";
}
.gk-icon-search:before {
content: "h";
}
.gk-icon-twitter:before {
content: "i";
}
.gk-icon-email:before {
content: "j";
}
.gk-icon-print:before {
content: "k";
}
.gk-icon-tags:before {
content: "l";
}
.gk-icon-views:before {
content: "m";
}
<i class="fa fa-pinterest"></i>
#gk-social a i.fa-instagram {
top: -4px;
position: relative;
}
#gk-social a:hover i.fa-instagram {
color: #d3492c;
}