Always display text on image in the 3rd Project Style (remove hover effect)

Add this code to the Custom CSS field on the Style tab of your Portfolio widget’s settings:

.eapp-portfolio-project-look-bottom-overlay-info {
    opacity: 1 !important;
}
1 Like