Home Forums Jevelin Theme Overlays and Gallery Reply To: Overlays and Gallery

Home Forums Jevelin Theme Overlays and Gallery Reply To: Overlays and Gallery

Solution for this topic

To achieve this try using the below CSS code.

 

.sh-portfolio-overlay4 .sh-overlay-item {
    display: none;
}

.sh-portfolio-overlay4  a:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}