Martin-1
1/22/2018 - 7:41 PM

Remove Link from Image (rollover) and Title in the Portfolio

Remove Link from Image (rollover) and Title in the Portfolio

.fusion-portfolio-content-wrapper .fusion-link-wrapper {
  display:none !important;
}
.fusion-portfolio-content-wrapper .fusion-rollover-title {
  pointer-events: none !important;
}
.fusion-portfolio-content-wrapper .fusion-rollover-categories {
  pointer-events: none !important;
}
.fusion-portfolio-content > h2.fusion-post-title {
  pointer-events: none;
  cursor: default;
}