Visual Portfolio Plugin

CSS für eine Lightbox mit undurchsichtigem Hintergrund, ohne Verläufe und Farbanpassung

.fancybox-is-open .fancybox-bg {
      opacity: 1 !important;
}
.fancybox-button, .fancybox-caption {
  background: none !important;
}
.fancybox-button, .vp-fancybox .fancybox-caption__body h3 {
  color: #666 !important; /* Schriftfarbe */
}
.fancybox-button:hover {
    color: #f0241a !important; /* Akzentfarbe */
}