Portfolio Grid Overlay – Make text always appear

By default, with the Portfolio Grid Overlay layout, the text will appear when the user hovers image only.

With this code, we will force it to always appear, before/after hover.

Use this code to Custom CSS box

div.portfolio-overlay {
    opacity: 0.85 !important;
}
.portfolio-text {
    opacity: 1 !important;
}

result