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;
}
Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.