If you would like to display the projects titles in Broker without needing to hover I have a little custom css for you which will help. Within Theme Options > Custom Code, add the following:


.project-item .project-container { opacity: 1; }
.project-item a .overlay { background-color: black; }


Change 'black' to the primary color #hex you use for your site.

You could also change the overlay style if you wish with the following:

.project-item a .overlay { background-color: #000; opacity: 0.5; left: 0px; right: 0px; top: 0px; bottom: 0px; }