Hi,
how can I add the Vimeo icon in Social Icons Module?
Thanks in advance
D
<a class="gkVimeo" href="#">Vimeo</a>
.gkVimeo {
color: #363636;
display: inline-block;
font-size: 14px;
font-weight: 600;
line-height: 60px;
padding: 0 65px 0 48px;
text-transform: uppercase;
background-image: url("../images/style1/social_icons.png");
background-position: 0 -235px;
transition: background 0.3s cubic-bezier(0.17, 0.67, 0.88, 1.25) 0s, color 0.2s linear 0s;
-webkit-transition: background 0.3s cubic-bezier(0.17, 0.67, 0.88, 1.25) 0s, color 0.2s linear 0s;
-moz-transition: background 0.3s cubic-bezier(0.17, 0.67, 0.88, 1.25) 0s, color 0.2s linear 0s;
-ms-transition: background 0.3s cubic-bezier(0.17, 0.67, 0.88, 1.25) 0s, color 0.2s linear 0s;
-o-transition: background 0.3s cubic-bezier(0.17, 0.67, 0.88, 1.25) 0s, color 0.2s linear 0s;
}
.gkVimeo:active,
.gkVimeo:focus,
.gkVimeo:hover {
background-position: 0 -533px;
color: #F7693B;
}