How to change portfolios style in Hestia
The portfolio section available on the front page of Hestia Pro, shows the project title and category only when hovering over it.
If you want to make the hover style permanent, just add the following code in Dashboard -> Appearance -> Customize -> Additional CSS editor.
.hestia-work .card-background .content { opacity: 1; } .hestia-work .card-background:after { opacity: 1; }