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;
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us