Make project names always visible, not only on hover (3rd Project style)

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;
transform: translate3d(0, 0, 0);
}

.eapp-portfolio-project-look-bottom-overlay-info::after {
opacity: 1;
}