Hi,
This might be a rather dumb question, but where do i insert the text for the figcaption? It appears as an "O" now...
Thanks
.gkNspPM-PortfolioGrid.with-overlay .figcaption:before, .gkNspPM-PortfolioGrid.without-overlay .figure.loaded > div > a:before {
color: #111;
content: "o";
font-family: 'writer-pixellove';
font-size: 24px;
height: 28px;
left: 50%;
margin: -14px 0 0 -14px;
opacity: 0;
position: absolute;
text-align: center;
top: 50%;
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px);
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
width: 28px;
z-index: 2;
}