Hi,
Site : http://www.rainet.fr/demo/
When i clic portfolio thumbnails, a second thumbnail appear, on the right side, i have category, author and date.
Where i can disable right thumbnail informations ?
Thank for your answer
.gkNspPM-Portfolio2 .gkPortfolioDesc {
display: none!important;
}
.gkNspPM-Portfolio2 .gkPortfolioImage {
width: 100%!important;
}
.gkPortfolioCategory,
.gkPortfolioAuthor,
.gkPortfolioDate {
display: none!important;
}