Hi!
I want to modify News Show Pro GK5 Joomla module with portfolio portal mode icon visible on my website. How can I change the icon with my own?
thanks
.gkNspPM-Portfolio .gkImagesWrapper > a > .gkImgOverlay > span:before {
border: none;
color: #fff;
content: "";
font-family: FontAwesome;
font-size: 22px;
height: 52px;
left: 50%;
line-height: 50px;
margin: -32px 0 0 -32px;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
text-align: center;
top: 65%;
-webkit-transition: all .2s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
width: 52px;
background: transparent url('../images/logofile.png') 50% 50% no-repeat
}