Permanently displaying the portfolio title
The portfolio title appears when you hover, but you can turn it on always by using this Custom CSS for the Portfolio widget:
selector .elementor-portfolio-item__overlay {
opacity: 1;
top: auto;
padding: 8px;
}
