Hi
How can i remove the hover over on the portfolio, but retain the link on areas.
I set the following, but this limits to the link to only a small portion of the picture.
.x-portfolio .entry-featured .entry-cover {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
top: 0;
opacity: 0;
}
.x-portfolio .entry-featured:hover .entry-cover {
opacity: 0
}